From 7573cfd75c40c6c1e4856a63427e3516f39cc7ac Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Thu, 19 Oct 2023 08:18:42 +0200 Subject: [PATCH] chore: Update test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",