UNPKG
routes-router
Version:
latest (4.3.1)
4.3.1
4.3.0
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.4.1
3.3.0
3.2.0
3.1.0
3.0.0
2.1.0
2.0.0
1.5.4
1.5.3
1.5.2
1.5.1
1.4.1
1.3.2
1.3.1
1.2.1
1.1.3
1.1.2
1.1.1
1.0.3
1.0.2
0.1.3
0.1.2
0.1.1
Simplest router possible
github.com/Raynos/routes-router
Raynos/routes-router
routes-router
/
.testem.json
15 lines
(14 loc)
•
312 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"launchers"
:
{
"node"
:
{
"command"
:
"node ./test"
}
}
,
"src_files"
:
[
"./**/*.js"
]
,
"before_tests"
:
"npm run build-test"
,
"on_exit"
:
"rm test/static/bundle.js"
,
"test_page"
:
"test/static/index.html"
,
"launch_in_dev"
:
[
"node"
,
"phantomjs"
]
}