Skip to content
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

use qunit css instead of inline styles #110

Merged
merged 2 commits into from
Jul 20, 2018
Merged

use qunit css instead of inline styles #110

merged 2 commits into from
Jul 20, 2018

Conversation

asapach
Copy link
Contributor

@asapach asapach commented Jun 5, 2018

As discussed in #109 this is what it would look like if we got rid of inline styles for qunit-fixture and used QUnit CSS instead.

package.json Outdated
@@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"lint": "grunt eslint",
"test": "grunt",
"test": "grunt && mocha test/lib",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mocha test/lib is already launched by travis, by doing that you launched it twice

@asapach
Copy link
Contributor Author

asapach commented Jun 6, 2018

@Johann-S, but it doesn't run locally unless I run it explicitly - is that expected? Maybe just use npm/yarn test?

@Johann-S
Copy link
Collaborator

Johann-S commented Jun 6, 2018

yep that's not convenient we should do that in a npm script to enable folks to use it 🤔

@Johann-S Johann-S merged commit bf1c192 into karma-runner:master Jul 20, 2018
@Johann-S
Copy link
Collaborator

Good job @asapach 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants