KRadio/src/main.spec.ts

8 lines
132 B
TypeScript
Raw Permalink Normal View History

2024-03-19 05:30:43 +00:00
import * as main from "./main.ts"
describe("main", () => {
it("should be defined", () => {
expect(true).toBeTruthy()
})
})