1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/packages/fork-htmlparser2/src/__tests__/events.ts
2020-11-05 16:58:23 +00:00

10 lines
219 B
TypeScript

import * as helper from "../__fixtures__/test-helper";
helper.createSuite("Events", (test, cb) =>
helper.writeToParser(
helper.getEventCollector(cb),
test.options.parser,
test.html
)
);