mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-30 10:36:35 +02:00
10 lines
219 B
TypeScript
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
|
|
)
|
|
);
|