UNPKG
mongo-parse
Version:
latest (2.1.0)
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A parser for mongo db queries
github.com/fresheneesz/mongo-parse
fresheneesz/mongo-parse
mongo-parse
/
testProxy.js
4 lines
(3 loc)
•
240 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/parserTest'
)