Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { describe, expect, it } from "vitest"
|
||||
|
||||
import { MainLayer } from "../src/layers/Main.layer.js"
|
||||
|
||||
describe("template sanity", () => {
|
||||
it("exports the main layer", () => {
|
||||
expect(MainLayer).toBeDefined()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user