UNPKG
grapetree-core
Version:
latest (3.1.3)
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
0.0.3
0.0.2
0.0.1
A hierarchical routing module.
github.com/fresheneesz/grapetree-core
fresheneesz/grapetree-core
grapetree-core
/
testProxy.js
4 lines
(3 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
// this file should be used as the entrypoint for debugging the unit tests
// it works around some bugs in node.js that cause the entrypoint file to ignore some breakpoints and generally not work quite right
require
(
'./test/grapetreeCoreTest'
)