improvements to CI test suite

This commit is contained in:
Brandon Liu
2022-07-20 16:13:14 +08:00
parent bde4a2f75c
commit be57f1f61d
8 changed files with 142 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
import { test } from "zora";
test("stub test", (assertion) => {
assertion.ok(true);
});