mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Test run list propsal * fixed ts errors * added js file * excluding testSetup.js file from hygiene * moved ignore line to indententationFilter
13 lines
128 B
JSON
13 lines
128 B
JSON
{
|
|
"setup": [
|
|
"setup integration tests",
|
|
"setup extension tests"
|
|
],
|
|
"pr": [
|
|
"dacpac.*"
|
|
],
|
|
"windows": [
|
|
"bds.*"
|
|
]
|
|
}
|