Skip to content

Commit 993bcfc

Browse files
Update test/es-module/test-esm-tla-syntax-errors-not-recognized-as-tla-error.mjs
Co-authored-by: Joyee Cheung <[email protected]>
1 parent e65cc6c commit 993bcfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/es-module/test-esm-tla-syntax-errors-not-recognized-as-tla-error.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { spawnPromisified } from '../common/index.mjs';
22
import { describe, it } from 'node:test';
33
import { strictEqual, match } from 'node:assert';
44

5-
describe('maybe top-level await syntax errors that are not recognized as top-level await errors', () => {
5+
describe('unusual top-level await syntax errors', () => {
66
const expressions = [
77
// string
88
{ expression: '""' },

0 commit comments

Comments
 (0)