chore: More frequent database cleanups in between integration tests
parent
991da15d52
commit
19f5ba15f8
|
@ -5,7 +5,7 @@ const { setupStrapi, cleanupStrapi } = require('./helpers');
|
||||||
|
|
||||||
jest.setTimeout(20000);
|
jest.setTimeout(20000);
|
||||||
|
|
||||||
afterAll(async () => {
|
afterEach(async () => {
|
||||||
// Disable importOnBootstrap
|
// Disable importOnBootstrap
|
||||||
await exec('sed -i "s/importOnBootstrap: true/importOnBootstrap: false/g" config/plugins.js');
|
await exec('sed -i "s/importOnBootstrap: true/importOnBootstrap: false/g" config/plugins.js');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue