7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
import { SlopDB } from "../scripts/indexed-db.mjs"
|
|
|
|
describe("sanity check", () => {
|
|
it("works", () => {
|
|
expect(true).toBeTrue()
|
|
})
|
|
}) |