mavis-trash: moved to trash: 'test/parser/next/scratch.ts'
 ✓ test/parser/miscellaneous/global-code.ts (6 tests) 3ms
 ✓ test/parser/expressions/this.ts (3 tests) 3ms
 ✓ test/parser/statements/empty.ts (1 test) 2ms
 ✓ test/parser/expressions/regexp.ts (2 tests) 3ms
 ✓ test/parser/expressions/parenthesized-expression.ts (1 test) 3ms
 ✓ test/parser/expressions/identifier.ts (1 test) 3ms

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  test/parser/miscellaneous/commonjs.ts > Statements - Return > Commonjs (fail) > using foo = null
Error: Snapshot `Statements - Return > Commonjs (fail) > using foo = null 1` mismatched

[32m- Expected[39m
[31m+ Received[39m

[32m- "SyntaxError [1:6-1:9]: [7mUnexpected token: 'identifier'[27m[39m
[32m- > 1 | using foo = null[39m
[32m- [7m    |       ^^^ Unexpected token: 'identifier'[27m"[39m
[31m+ "SyntaxError [1:6-1:9]: [7m'using' declarations are not allowed in the global scope[27m[39m
[31m+ > 1 | using foo = null[39m
[31m+ [7m    |       ^^^ 'using' declarations are not allowed in the global scope[27m"[39m

 ❯ test/test-utils.ts:80:49
     78|       }
     79| 
     80|       expect(serializeParserError(code, error)).toMatchSnapshot();
       |                                                 ^
     81|     });
     82|   });
 ❯ test/test-utils.ts:52:7

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯


  Snapshots  1 failed
 Test Files  1 failed | 136 passed (137)
      Tests  1 failed | 94468 passed (94469)
   Start at  11:21:14
   Duration  24.41s (transform 899ms, setup 0ms, collect 5.62s, tests 4.58s, environment 10ms, prepare 3.52s)

