Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
rename more fixtures; closes mochajs#2383
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 19, 2016
1 parent d3ae741 commit 8d14814
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ module.exports = function(config) {
'mocha'
],
files: [
'test/browser-fixtures/bdd.js',
'test/acceptance/*.js'
// we use the BDD interface for all of the tests that
// aren't interface-specific.
'test/browser-fixtures/bdd.fixture.js',
'test/acceptance/*.spec.js'
],
exclude: [
'test/acceptance/http.spec.js',
Expand Down Expand Up @@ -108,7 +110,7 @@ module.exports = function(config) {
cfg.sauceLabs.testName = 'Interface "' + ui + '" integration tests';
}
cfg.files = [
'test/browser-fixtures/' + ui + '.js',
'test/browser-fixtures/' + ui + '.fixture.js',
'test/acceptance/interfaces/' + ui + '.spec.js'
];
} else if (cfg.sauceLabs) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8d14814

Please sign in to comment.