Skip to content

Commit 66d46be

Browse files
committed
Ran npm install, add mocharc.yml file
1 parent df4dc62 commit 66d46be

File tree

2 files changed

+340
-280
lines changed

2 files changed

+340
-280
lines changed

.mocharc.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
recursive: true
2+
reporter: "spec"
3+
retries: 1
4+
slow: 20
5+
timeout: 2000
6+
ui: "bdd"
7+
# some additional files that could be loaded. e.g.: env.js
8+
# file:
9+
# - '/path/to/some/file'

0 commit comments

Comments
 (0)