Skip to content

Commit 8bb0dcc

Browse files
authored
Merge pull request #33 from node-oauth/feature.update-mocha
Bump mocha from 5.2.0 to 9.1.2
2 parents c0196f3 + 79bcb7c commit 8bb0dcc

File tree

4 files changed

+678
-257
lines changed

4 files changed

+678
-257
lines changed

.mocharc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
recursive: true
2+
reporter: "spec"
3+
retries: 1
4+
slow: 20
5+
timeout: 2000
6+
ui: "bdd"
7+
require: test/assertions
8+
# for more options see here https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml

0 commit comments

Comments
 (0)