Skip to content

Commit

Permalink
fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jan 22, 2024
1 parent 05dc22c commit b0dcfac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/_setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
global.location = new URL('https://www.faceit.com')

global.chrome = null
global.chrome = {
runtime: {
id: 'test_id',
},
}

0 comments on commit b0dcfac

Please sign in to comment.