Skip to content

Commit

Permalink
Update packages (#87)
Browse files Browse the repository at this point in the history
* Update packages that require a non-major version bump

* Update ESLint to latest version

* Fix ESLint violations after ESLint upgrade

* Set eslint config as root config

* Test in Firefox instead of Chrome

Chrome 87 just shipped the CookieStore implementation and it's not
possible to null out the `window.cookieStore` variable. So we're
switching to test in Firefox which hasn't implemented the feature yet so
that we can continue to test.

Not a great solution but maybe we can find a better one in the future,
this should do for now.

* Actually use FirefoxHeadless and not Firefox
  • Loading branch information
koddsson committed Nov 30, 2020
1 parent ed001df commit b815de0
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 481 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"env": {
"browser": true,
"es6": true,
Expand Down
Loading

0 comments on commit b815de0

Please sign in to comment.