Skip to content

Commit 188c1ea

Browse files
author
Lasim
committed
fix(tests): comment out import for runTest4 to prevent execution
1 parent c95f348 commit 188c1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { join } from 'path';
33
import { runTest1 } from './test1';
44
import { runTest2 } from './test2';
55
import { runTest3 } from './test3';
6-
import { runTest4 } from './test4';
6+
// import { runTest4 } from './test4';
77

88
// Constants for directories
99
const OUTPUT_DIR = join(__dirname, 'output');

0 commit comments

Comments
 (0)