 ✓ test/parser/miscellaneous/commonjs.ts (6 tests) 4ms

  Snapshots  1 updated 
 Test Files  1 passed (1)
      Tests  6 passed (6)
   Start at  11:22:37
   Duration  297ms (transform 159ms, setup 0ms, collect 197ms, tests 4ms, environment 0ms, prepare 25ms)

diff --git a/test/parser/miscellaneous/__snapshots__/commonjs.ts.snap b/test/parser/miscellaneous/__snapshots__/commonjs.ts.snap
index 31cde15..66cdaa7 100644
--- a/test/parser/miscellaneous/__snapshots__/commonjs.ts.snap
+++ b/test/parser/miscellaneous/__snapshots__/commonjs.ts.snap
@@ -19,9 +19,9 @@ exports[`Statements - Return > Commonjs (fail) > return 1`] = `
 `;
 
 exports[`Statements - Return > Commonjs (fail) > using foo = null 1`] = `
-"SyntaxError [1:6-1:9]: Unexpected token: 'identifier'
+"SyntaxError [1:6-1:9]: 'using' declarations are not allowed in the global scope
 > 1 | using foo = null
-    |       ^^^ Unexpected token: 'identifier'"
+    |       ^^^ 'using' declarations are not allowed in the global scope"
 `;
 
 exports[`Statements - Return > Commonjs (pass) > new.target 1`] = `
