Index: tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/tests/01-events.js |
diff --git a/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/tests/01-events.js b/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/tests/01-events.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..16dbfc74bb8f5853b7b52a3e89df67f78c44af6c |
--- /dev/null |
+++ b/tools/vulcanize/node_modules/vulcanize/node_modules/cheerio/node_modules/htmlparser2/tests/01-events.js |
@@ -0,0 +1,11 @@ |
+var helper = require("./test-helper.js"); |
+ |
+exports.dir = "Events"; |
+ |
+exports.test = function(test, cb){ |
+ helper.writeToParser( |
+ helper.getEventCollector(cb), |
+ test.options.parser, |
+ test.html |
+ ); |
+}; |