Skip to content

Commit

Permalink
Change test
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements committed Jan 21, 2018
1 parent 279b26f commit a9cd4fd
Show file tree
Hide file tree
Showing 7 changed files with 263 additions and 1,217 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ coverage/
mocha.js
*.fixture.js
docs/
test/browser/es6-promise.auto.min.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ mocha.js
*_REMOTE_*
docs/_site
docs/_dist
test/browser/es6-promise.auto.min.js
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ module.exports = config => {
if (cfg.sauceLabs) {
cfg.sauceLabs.testName = 'Unit Tests';
}
cfg.files.push('test/browser/es6-promise.auto.min.js');
cfg.files.push('test/browser-specific/html-reporter.spec.js');
}

Expand Down
Loading

0 comments on commit a9cd4fd

Please sign in to comment.