Skip to content

Commit 1f6867a

Browse files
Changed "mocha.opts" to ".mocharc.yml"
1 parent 8e9a6de commit 1f6867a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: .mocharc.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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: test/specs/**/*.spec.js
6+
7+
bail: true
8+
recursive: true

Diff for: test/mocha.opts

-3
This file was deleted.

0 commit comments

Comments
 (0)