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

Fix CI Tests #160

Merged
merged 1 commit into from
Mar 12, 2018
Merged

Fix CI Tests #160

merged 1 commit into from
Mar 12, 2018

Conversation

emmanuelgautier
Copy link
Contributor

As described in title, CI tests failed caused by wrong karma configuration

@coveralls
Copy link

coveralls commented Feb 11, 2018

Coverage Status

Coverage remained the same at 75.904% when pulling 36d0449 on emmanuelgautier:fix-ci-tests into d4fde73 on jasonslyvia:master.

@jasonslyvia
Copy link
Collaborator

Cool, thanks for your contribution!

@@ -113,7 +119,7 @@ module.exports = function (config) {

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: false,
singleRun: true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd like to keep singleRun as false since we change this option via npm scripts when running CI.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, a test forgotten. It's now fixed.

@stevemk14ebr
Copy link

Do you intend on merging this?

@jasonslyvia
Copy link
Collaborator

@stevemk14ebr I don't see a reason why not :)

@jasonslyvia jasonslyvia merged commit 8c3a8ec into twobin:master Mar 12, 2018
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.

None yet

4 participants