chore: Update test command

pull/111/head
Boaz Poolman 2023-10-19 08:18:42 +02:00
parent 27b349a82a
commit 7573cfd75c
1 changed files with 1 additions and 1 deletions

View File

@ -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",