From dd906d32515a92c8f63c84dbe4d018c8da41d38d Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 25 Jun 2019 07:50:05 -0700 Subject: [PATCH] Remove extra line --- helloworld-test-sample/src/test/suite/index.ts | 2 -- 1 file changed, 2 deletions(-) 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);