1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00

10 lines
219 B
TypeScript
Raw Normal View History

2020-11-05 16:58:23 +00:00
import * as helper from "../__fixtures__/test-helper";
helper.createSuite("Events", (test, cb) =>
helper.writeToParser(
helper.getEventCollector(cb),
test.options.parser,
test.html
)
);