Skip to content

Commit

Permalink
improved testing by moving to testing by feature for timeline/animate…
Browse files Browse the repository at this point in the history
…/etc.
  • Loading branch information
notoriousb1t committed Jul 12, 2017
1 parent 4c9bbb6 commit de75254
Show file tree
Hide file tree
Showing 9 changed files with 617 additions and 559 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Expand Up @@ -52,8 +52,7 @@ module.exports = function (config) {
suppressFailed: false, // do not print information about failed tests
suppressPassed: false, // do not print information about passed tests
suppressSkipped: true, // do not print information about skipped tests
showSpecTiming: false, // print the time elapsed for each spec
failFast: true // test would finish with error when a first fail occurs.
showSpecTiming: false, // print the time elapsed for each spec
},
// web server port
port: 9876,
Expand Down

0 comments on commit de75254

Please sign in to comment.