1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-cli/jest.setup.js

6 lines
126 B
JavaScript
Raw Normal View History

const { afterEachCleanUp } = require('./tests/test-utils.js');
global.afterEach(async () => {
await afterEachCleanUp();
});