From 8754a01d43782654c3d32945f6d58f7a40c01b69 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 14 Jul 2024 13:22:43 -0400 Subject: fix(init): use bare specifier for `jsr:@std/assert` (#24581) Closes #24580 --- tests/registry/jsr/@std/assert/1.0.0/assert.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/registry/jsr/@std/assert/1.0.0/assert.ts (limited to 'tests/registry/jsr/@std/assert/1.0.0/assert.ts') diff --git a/tests/registry/jsr/@std/assert/1.0.0/assert.ts b/tests/registry/jsr/@std/assert/1.0.0/assert.ts new file mode 100644 index 000000000..8c20c347a --- /dev/null +++ b/tests/registry/jsr/@std/assert/1.0.0/assert.ts @@ -0,0 +1,4 @@ +// deno-lint-ignore-file +export function assert(expr: unknown) { + return true; +} -- cgit v1.2.3