UNPKG
plaxtony
Version:
latest (1.10.5)
1.10.5
1.10.4
1.10.3
1.10.2
1.10.0
1.9.1
1.9.0
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Static code analysis of SC2 Galaxy Script
github.com/Talv/plaxtony
Talv/plaxtony
plaxtony
/
.mocharc.json
16 lines
(15 loc)
•
291 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extension"
:
[
"js"
]
,
"spec"
:
"lib/tests/**/*.js"
,
"require"
:
[
"mocha.env.js"
,
"source-map-support/register"
]
,
"recursive"
:
true
,
"reporter"
:
"spec"
,
"watch-files"
:
[
"lib/**/*.js"
,
"tests/**/*.galaxy"
]
,
"timeout"
:
0
}