diff options
Diffstat (limited to 'tests/registry/jsr/@std/assert/1.0.0/assert.ts')
-rw-r--r-- | tests/registry/jsr/@std/assert/1.0.0/assert.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |