diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-27 08:27:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 08:27:21 +0000 |
| commit | f1a691274e59d3f6a1aad19d1aec02a0ffaa51d2 (patch) | |
| tree | 0f15a121968bd93b2ec4e456d04d00cae483059f /tests/integration | |
| parent | d722de886b85093eeef08d1e9fd6f3193405762d (diff) | |
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Closes https://github.com/denoland/deno/issues/22491
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/publish_tests.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/integration/publish_tests.rs b/tests/integration/publish_tests.rs index e1626ae8d..d2ea27906 100644 --- a/tests/integration/publish_tests.rs +++ b/tests/integration/publish_tests.rs @@ -224,6 +224,14 @@ itest!(config_flag { http_server: true, }); +itest!(jsr_jsonc { + args: "publish --token 'sadfasdf'", + cwd: Some("publish/jsr_jsonc"), + output: "publish/jsr_jsonc/mod.out", + envs: env_vars_for_jsr_tests(), + http_server: true, +}); + #[test] fn ignores_gitignore() { let context = publish_context_builder().build(); |
