UNPKG
submissions
Version:
latest (0.3.1)
0.3.1
0.2.0
0.1.2
0.1.1
stream of submission events for form controls
github.com/Colingo/submissions
Colingo/submissions
submissions
/
.testem.json
12 lines
(11 loc)
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"launchers"
:
{
}
,
"src_files"
:
[
"./**/*.js"
]
,
"before_tests"
:
"npm run build"
,
"on_exit"
:
"rm test/static/bundle.js"
,
"test_page"
:
"test/static/index.html"
,
"launch_in_dev"
:
[
"phantomjs"
]
}