generated from nhcarrigan/template
feat: migrate from github
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { assert } from "chai";
|
||||
|
||||
suite("This is an example test", () => {
|
||||
test("It uses the assert API", () => {
|
||||
assert.isTrue(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user