Revert "Fix failed integration tests"

This reverts commit 0a36d4c82b.
This commit is contained in:
Pine Wu 2020-03-06 00:30:07 -08:00
parent 4857a9a746
commit a8ff40791d
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ export function run(): Promise<void> {
mocha.useColors(true);
}
const testsRoot = path.resolve(__dirname, '.');
const testsRoot = path.resolve(__dirname, '..');
return new Promise((c, e) => {
glob('**/**.test.js', { cwd: testsRoot }, (err, files) => {

View file

@ -42,7 +42,7 @@ export function run(): Promise<void> {
mocha.useColors(true);
}
const testsRoot = path.resolve(__dirname, '.');
const testsRoot = path.resolve(__dirname, '..');
return new Promise((c, e) => {
glob('**/**.test.js', { cwd: testsRoot }, (err, files) => {