Skip to content

Commit

Permalink
chore: More frequent database cleanups in between integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Oct 19, 2023
1 parent 991da15 commit 19f5ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/__tests__/import-on-boostrap.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { setupStrapi, cleanupStrapi } = require('./helpers');

jest.setTimeout(20000);

afterAll(async () => {
afterEach(async () => {
// Disable importOnBootstrap
await exec('sed -i "s/importOnBootstrap: true/importOnBootstrap: false/g" config/plugins.js');

Expand Down

0 comments on commit 19f5ba1

Please sign in to comment.