8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
|
import * as main from "./main.ts"
|
||
|
|
||
|
describe("main", () => {
|
||
|
it("should be defined", () => {
|
||
|
expect(true).toBeTruthy()
|
||
|
})
|
||
|
})
|