ci: another attempt to fix CI

This commit is contained in:
ayntee
2021-01-15 19:46:05 +04:00
parent 5973807e32
commit e69d4ac78b
10 changed files with 348 additions and 354 deletions
+6
View File
@@ -0,0 +1,6 @@
export {
assertArrayIncludes,
assertEquals,
assertExists,
} from "https://deno.land/std@0.81.0/testing/asserts.ts";
export * from "../mod.ts";