Skip to content

Commit

Permalink
test(web): add TODO about stderr messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Jun 28, 2024
1 parent 9fee345 commit b76348a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/tests/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { OpenSCQ30Dexie } from "../src/storage/db";

beforeEach(async () => {
const db = new OpenSCQ30Dexie();
// TODO find a way to silence stderr messages or another way to wipe the db
await db.delete();

vi.mock("react-i18next", async () => {
Expand Down

0 comments on commit b76348a

Please sign in to comment.