Skip to content

Commit 4ba2f81

Browse files
Replaced mocha.opts with .mocharc.yml
1 parent e7a6257 commit 4ba2f81

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

.mocharc.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Mocha options
2+
# https://mochajs.org/#configuring-mocha-nodejs
3+
# https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml
4+
5+
spec:
6+
- test/fixtures
7+
- test/specs/**/*.parsed.js
8+
- test/specs/**/*.dereferenced.js
9+
- test/specs/**/*.bundled.js
10+
- test/specs/**/*.spec.js
11+
12+
require: karma-host-environment
13+
14+
bail: true
15+
recursive: true
16+
async-only: true

test/mocha.opts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)