KRadio/src/main.spec.ts

8 lines
132 B
TypeScript

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