spec as a module

though imports still aren't working right :P
This commit is contained in:
Jack Case
2025-12-10 00:19:55 +00:00
parent 4d4a91cf66
commit 2631f46d67
2 changed files with 21 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
describe("hello", function() {
it("world", function() {
expect(true).toBe(true)
})
})