-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mocharc.yml
44 lines (44 loc) · 839 Bytes
/
.mocharc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
allow-uncaught: false
async-only: false
bail: false
check-leaks: true
color: true
delay: false
diff: true
# Could be expressed as "no-exit: true"
exit: false
extension:
- js
# fgrep and grep are mutually exclusive
# fgrep: something
# file: ''
forbid-only: false
forbid-pending: false
full-trace: false
global: []
# fgrep and grep are mutually exclusive
# grep: something
growl: false
ignore: []
inline-diffs: false
# Needs to be used with grep or fgrep
# invert: false
recursive: true
reporter: spec
reporter-option: []
# require: ''
retries: 0
slow: 75
sort: false
# The positional arguments!
spec: javascript/**/*_test.js
# same as "no-timeout: true" or "timeout: 0"
timeout: 5000
# Node flags ok
trace-warnings: true
ui: bdd
# V8 flags are prepended with "v8-"
v8-stack-trace-limit: 100
watch: false
watch-files: []
watch-ignore: []