Skip to content

Commit 42a13d6

Browse files
committed
fix skipped tests
1 parent 1bec23d commit 42a13d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/repl/repl.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ test.suite('top level await', (_test) => {
263263

264264
test('should pass upstream test cases', async (t) => {
265265
const { tsNodeUnderTest } = t.context;
266-
upstreamTopLevelAwaitTests({ TEST_DIR, tsNodeUnderTest });
266+
await upstreamTopLevelAwaitTests({ TEST_DIR, tsNodeUnderTest });
267267
});
268268
} else {
269269
test('should throw error when attempting to use top level await on TS < 3.8', async (t) => {

0 commit comments

Comments
 (0)