mirror of
https://github.com/laurent22/joplin.git
synced 2026-02-12 18:18:51 -06:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
const { afterEachCleanUp } = require('./tests/test-utils.js');
|
|
|
|
global.afterEach(async () => {
|
|
await afterEachCleanUp();
|
|
});
|