Closed hawkins closed 4 years ago
✨ Good work on this PR so far! ✨ Unfortunately, the Travis CI build is failing as of 75ff881aa5a2ff4ca707915da9ebc612d868a24b. Here's the output:
npm test
> probot-labeler@1.0.0 test /home/travis/build/mithro/autolabeler
> jest && standard
FAIL test/index.test.js
● Test suite failed to run
SecurityError: localStorage is not available for opaque origins
at Window.get localStorage [as localStorage] (node_modules/jsdom/lib/jsdom/browser/Window.js:257:15)
at Array.forEach (<anonymous>)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.5s
Ran all test suites.
I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!
This was fixed by #58
Includes call changes to underlying octokit rest.