Test run list proposal (#7617)

* Test run list propsal

* fixed ts errors

* added js file

* excluding testSetup.js file from hygiene

* moved ignore line to indententationFilter
This commit is contained in:
Amir Omidi
2019-10-18 17:21:40 -07:00
committed by Elliot Boschwitz
parent 2ee3840650
commit 203ff3872f
4 changed files with 138 additions and 1 deletions

12
runlist.json Normal file
View File

@@ -0,0 +1,12 @@
{
"setup": [
"setup integration tests",
"setup extension tests"
],
"pr": [
"dacpac.*"
],
"windows": [
"bds.*"
]
}