mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-17 18:44:45 +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
|
||
|
)
|
||
|
);
|