We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bec23d commit 42a13d6Copy full SHA for 42a13d6
src/test/repl/repl.spec.ts
@@ -263,7 +263,7 @@ test.suite('top level await', (_test) => {
263
264
test('should pass upstream test cases', async (t) => {
265
const { tsNodeUnderTest } = t.context;
266
- upstreamTopLevelAwaitTests({ TEST_DIR, tsNodeUnderTest });
+ await upstreamTopLevelAwaitTests({ TEST_DIR, tsNodeUnderTest });
267
});
268
} else {
269
test('should throw error when attempting to use top level await on TS < 3.8', async (t) => {
0 commit comments