summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@std/assert/1.0.0/fail.ts
blob: 6c21edda54a83c8f669358225492e0c95b60b78b (plain)
1
2
3
4
5
// deno-lint-ignore-file

export function fail() {
  return true;
}