Skip to content

Commit

Permalink
[test] fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
GarinZ committed Apr 7, 2023
1 parent d913745 commit 63cb5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ chrome.runtime.id = 'test-id';
Object.assign(global, {
chrome,
browser: chrome,
__TARGET__: 'chrome',
});
Object.assign(global, {
$,
Expand Down

0 comments on commit 63cb5e5

Please sign in to comment.