cs142/project2/node_modules/htmlparser2/test/01-events.js

9 lines
198 B
JavaScript
Raw Normal View History

2020-08-01 22:26:11 +00:00
var helper = require("./test-helper.js");
helper.mochaTest("Events", __dirname, function(test, cb){
helper.writeToParser(
helper.getEventCollector(cb),
test.options.parser,
test.html
);
});