-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make tests work with Karma and Chrome (Closes #60) #67
Conversation
@@ -97,6 +97,6 @@ | |||
"sinon-chai": "^2.8.0", | |||
"stylelint": "^6.5.1", | |||
"stylelint-config-standard": "^8.0.0", | |||
"uglify-js": "github:mishoo/UglifyJS2#harmony" | |||
"uglify-js": "github:mishoo/UglifyJS2#766fafda8baefe6d150df27dfad7e99857c08557" |
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.
waiting for mishoo/UglifyJS#1229
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.
nit: Can we make a GitHub issue and mention the related issue?
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.
filed #68
f72d815
to
1d68305
Compare
'tests/unit/test-main.js', | ||
], | ||
|
||
// Test results reporter to use. | ||
reporters: ['mocha'], | ||
|
||
mochaReporter: { | ||
showDiff: true, | ||
}, |
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.
we can have nice things
r? @samgiles :) |
Looks good to me! And it passed on Travis! Woohoo, nice work! I'll merge. [Sorry for the delay :| ] |
No description provided.