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