diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-26 18:52:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 18:52:57 -0400 |
| commit | ac4a5f74b8e56a360e0a0543a6fc45099e13b95a (patch) | |
| tree | 463796fb830eae41fc039512bb1ce79919195735 /tests/specs/check/cjs_default_export/__test__.jsonc | |
| parent | 6b95c53e48a2622f4f2b6fdfa6c2c26dc30bbba4 (diff) | |
feat: TypeScript 5.4 (#23086)
Fork PR: https://github.com/denoland/TypeScript/pull/10
Closes #23080
Diffstat (limited to 'tests/specs/check/cjs_default_export/__test__.jsonc')
| -rw-r--r-- | tests/specs/check/cjs_default_export/__test__.jsonc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/check/cjs_default_export/__test__.jsonc b/tests/specs/check/cjs_default_export/__test__.jsonc new file mode 100644 index 000000000..852942826 --- /dev/null +++ b/tests/specs/check/cjs_default_export/__test__.jsonc @@ -0,0 +1,6 @@ +{ + "base": "npm", + "args": "check main.ts", + "output": "main.out", + "exitCode": 1 +} |
