Skip to content

Commit 387a36e

Browse files
Moved "debug.js" from "test/specs" to "test/fixtures"
1 parent f40683f commit 387a36e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.mocharc.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
# https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml
44

55

6-
# Test files
7-
spec: test/specs/**/*.spec.js
6+
spec:
7+
# Test fixtures
8+
- test/fixtures/**/*.js
9+
10+
# Test files
11+
- test/specs/**/*.spec.js
812

913
# Abort after first test failure
1014
bail: true

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const { host } = require("./");
88

99
module.exports = karmaConfig({
1010
sourceDir: "esm",
11+
fixtures: "test/fixtures/**/*.js",
1112
browsers: {
1213
chrome: true,
1314
firefox: host.os.linux,
File renamed without changes.

0 commit comments

Comments
 (0)