Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80684 views
1
var helper = require("./test-helper.js");
2
3
helper.mochaTest("Events", __dirname, function(test, cb){
4
helper.writeToParser(
5
helper.getEventCollector(cb),
6
test.options.parser,
7
test.html
8
);
9
});
10