diff --git a/playground/__tests__/import-on-boostrap.test.js b/playground/__tests__/import-on-boostrap.test.js index 355ba63..3602d92 100644 --- a/playground/__tests__/import-on-boostrap.test.js +++ b/playground/__tests__/import-on-boostrap.test.js @@ -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');