wallet-core/node_modules/htmlparser2/test/01-events.js
2017-05-03 15:35:00 +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
);
});