Files
asciidisco.com/build/node_modules/htmlparser2/test/01-events.js
2023-08-01 13:49:46 +02: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
);
});