UNPKG
antlr4-runtime
Version:
latest (4.13.0)
4.13.0
JavaScript runtime for ANTLR4
github.com/antlr/antlr4
antlr/antlr4
antlr4-runtime
/
spec
/
support
/
jasmine.json
14 lines
(13 loc)
•
169 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"spec_dir"
:
"spec"
,
"spec_files"
:
[
"**/*Spec.[c|m]*js"
,
"**/*Spec.js"
]
,
"helpers"
:
[
"helpers/**/*.js"
]
,
"env"
:
{
"random"
:
false
}
}