Skip to content

Commit

Permalink
Fix typo in karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin committed Apr 24, 2017
1 parent 9bd9389 commit 1d3c5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -117,7 +117,7 @@ module.exports = function (config) {
}

// the MOCHA_UI env var will determine if we're running interface-specific
// tets. since you can only load one at a time, each must be run separately.
// tests. since you can only load one at a time, each must be run separately.
// each has its own set of acceptance tests and a fixture.
// the "bdd" fixture is used by default.
var ui = env.MOCHA_UI;
Expand Down

0 comments on commit 1d3c5bc

Please sign in to comment.