diff --git a/package.json b/package.json index d0b4ef6..7f9b93b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'", "eslint:fix": "eslint --fix './**/*.{js,jsx}'", "test:unit": "jest --verbose", - "test:integration": "cd playground && node_modules/.bin/jest --verbose", + "test:integration": "cd playground && node_modules/.bin/jest --verbose --forceExit --detectOpenHandles", "plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin", "playground:install": "cd playground && yarn install", "playground:build": "cd playground && yarn build",