-
Notifications
You must be signed in to change notification settings - Fork 400
Use sinon sandboxes by default #388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
test-runner.js
Outdated
@@ -1,4 +1,5 @@ | |||
require('babel-polyfill'); | |||
require('./tests/client/init'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should work without the ./
r+wc |
Does this fix: mozilla/addons#9604? |
This doesn't fix mozilla/addons#9604 but the error that was happening there is no longer happening on master. |
Mabye the |
e3783d2
to
a008a5d
Compare
It ran the tests against a merge of this branch and master and |
Ah ok, makes sense. |
Fixes mozilla/addons#9571.