diff options
Diffstat (limited to 'tests/registry/jsr/@std/assert/1.0.0/fail.ts')
-rw-r--r-- | tests/registry/jsr/@std/assert/1.0.0/fail.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/registry/jsr/@std/assert/1.0.0/fail.ts b/tests/registry/jsr/@std/assert/1.0.0/fail.ts new file mode 100644 index 000000000..6c21edda5 --- /dev/null +++ b/tests/registry/jsr/@std/assert/1.0.0/fail.ts @@ -0,0 +1,5 @@ +// deno-lint-ignore-file + +export function fail() { + return true; +} |