diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-06 16:22:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-06 16:22:26 +0200 |
commit | cb78013884e3aa3b1e1a91722f5eeb78c62f6796 (patch) | |
tree | 72a40258a246607ecb59eb596e417f81181b59a7 /test/base.ts | |
parent | 4e32a1942ff2478b557af1b900b3f3282d7ce55b (diff) |
update tests
Diffstat (limited to 'test/base.ts')
-rw-r--r-- | test/base.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/base.ts b/test/base.ts new file mode 100644 index 0000000..0390169 --- /dev/null +++ b/test/base.ts @@ -0,0 +1,2 @@ +export { assertEquals } from "https://deno.land/std@0.193.0/testing/asserts.ts"; + |