UNPKG
@talend/json-schema-form-core
Version:
latest (1.4.5)
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.4
JSON-Schema and JSON-UI-Schema utilities for form generation.
github.com/Talend/ui
Talend/ui
@talend/json-schema-form-core
/
.mocharc.json
12 lines
(11 loc)
•
224 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"diff"
:
true
,
"extension"
:
[
"js"
,
"ts"
]
,
"package"
:
"./package.json"
,
"reporter"
:
"spec"
,
"slow"
:
"75"
,
"timeout"
:
"2000"
,
"ui"
:
"bdd"
,
"watch-files"
:
[
"src/**/*.js"
,
"src/**/*.ts"
]
,
"watch-ignore"
:
[
]
}