feat: migrate from github

This commit is contained in:
2024-05-12 01:15:42 -07:00
commit bbd6a710bb
47 changed files with 4756 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { assert } from "chai";
suite("This is an example test", () => {
test("It uses the assert API", () => {
assert.isTrue(true);
});
});