cs142/project3/node_modules/htmlparser2/test/01-events.js
2020-08-01 19:26:11 -03:00

9 lines
198 B
JavaScript

var helper = require("./test-helper.js");
helper.mochaTest("Events", __dirname, function(test, cb){
helper.writeToParser(
helper.getEventCollector(cb),
test.options.parser,
test.html
);
});