diff options
author | Hajime-san <41257923+Hajime-san@users.noreply.github.com> | 2024-08-20 10:27:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 01:27:36 +0000 |
commit | 19bcb40059f6ba730b6d05d8edf005c6b40f6ff8 (patch) | |
tree | e7c60d8957a8609199a3dad24455518cc36fac32 /tests/registry | |
parent | 4f49f703c10afcde7155baac2b494fa6670c0115 (diff) |
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Diffstat (limited to 'tests/registry')
-rw-r--r-- | tests/registry/jsr/@std/assert/1.0.0_meta.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/registry/jsr/@std/assert/1.0.0_meta.json b/tests/registry/jsr/@std/assert/1.0.0_meta.json index 3ca2db93a..5bac06209 100644 --- a/tests/registry/jsr/@std/assert/1.0.0_meta.json +++ b/tests/registry/jsr/@std/assert/1.0.0_meta.json @@ -2,7 +2,7 @@ "exports": { ".": "./mod.ts", "./assert": "./assert.ts", - "./assert-equals": "./assert-equals.ts", + "./assert-equals": "./assert_equals.ts", "./fail": "./fail.ts" } } |