diff --git a/_infrastructure/tests/testRunner.js b/_infrastructure/tests/testRunner.js index 9725acc569..b914675582 100644 --- a/_infrastructure/tests/testRunner.js +++ b/_infrastructure/tests/testRunner.js @@ -490,7 +490,7 @@ var cfg = { '.git': true, '.gitignore': true, 'package.json': true, - '_tests': true, + '_infrastructure': true, '.travis.yml': true, 'LICENSE': true, 'README.md': true, diff --git a/_infrastructure/tests/testRunner.ts b/_infrastructure/tests/testRunner.ts index 5574638453..901a56dab2 100644 --- a/_infrastructure/tests/testRunner.ts +++ b/_infrastructure/tests/testRunner.ts @@ -9,7 +9,7 @@ var cfg = { '.git': true, '.gitignore': true, 'package.json': true, - '_tests': true, + '_infrastructure': true, '.travis.yml': true, 'LICENSE': true, 'README.md': true,