Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Dec 29, 2024
1 parent b69edba commit 9be247a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utilities/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export function setupStubs() {
function Worker() {
return {
addEventListener: () => {},
terminate: () => {},
};
}
vi.stubGlobal('Worker', Worker);
Expand Down

0 comments on commit 9be247a

Please sign in to comment.