summaryrefslogtreecommitdiff
path: root/tests/specs/run/ts_import_assertions/__test__.jsonc
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-28 21:06:09 -0400
committerGitHub <noreply@github.com>2024-08-29 01:06:09 +0000
commit2afbc1aa39c37b688ea1e0c47161c2fcdefc05ab (patch)
tree783e4363b2838ff89d700387042ba5a79dd413ac /tests/specs/run/ts_import_assertions/__test__.jsonc
parentd183533404bf7fe062331e414d5c2bc41e49d5e4 (diff)
feat: deprecate import assertions (#25281)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/specs/run/ts_import_assertions/__test__.jsonc')
-rw-r--r--tests/specs/run/ts_import_assertions/__test__.jsonc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/run/ts_import_assertions/__test__.jsonc b/tests/specs/run/ts_import_assertions/__test__.jsonc
index dc5576bd1..5d8110ae2 100644
--- a/tests/specs/run/ts_import_assertions/__test__.jsonc
+++ b/tests/specs/run/ts_import_assertions/__test__.jsonc
@@ -3,10 +3,12 @@
"assertion": {
"steps": [{
"args": "run assertion.ts",
+ "exitCode": 1,
"output": "assertion.out"
}, {
// should output the same because the emit won't be cached
"args": "run assertion.ts",
+ "exitCode": 1,
"output": "assertion.out"
}]
},