diff --git a/helloworld-test-sample/src/test/suite/index.ts b/helloworld-test-sample/src/test/suite/index.ts index 3728d480..32ed616f 100644 --- a/helloworld-test-sample/src/test/suite/index.ts +++ b/helloworld-test-sample/src/test/suite/index.ts @@ -12,8 +12,6 @@ export function run(): Promise { const testsRoot = path.resolve(__dirname, '..'); return new Promise((c, e) => { - // return e(new Error('Straight failure')); - glob('**/**.test.js', { cwd: testsRoot }, (err, files) => { if (err) { return e(err);