Skip to content

Commit

Permalink
chore: switch to testem dot reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Feb 4, 2019
1 parent cbe5edb commit 481c04e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testem.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/* eslint-env node */

const DotReporter = require('testem/lib/reporters/dot_reporter');

module.exports = {
framework: 'qunit',
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
reporter: new DotReporter(),
launch_in_ci: [
'Chrome',
'Firefox',
Expand Down

0 comments on commit 481c04e

Please sign in to comment.