silverbullet/test_deps.ts

13 lines
211 B
TypeScript
Raw Permalink Normal View History

export {
assert,
assertEquals,
AssertionError,
assertMatch,
assertNotEquals,
assertThrows,
equal,
fail,
unimplemented,
unreachable,
2022-11-19 23:05:37 +08:00
} from "https://deno.land/std@0.165.0/testing/asserts.ts";