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