0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Added missing yarn test:unit command to Sodo-Search

refs https://github.com/TryGhost/Toolbox/issues/400

- this is needed for CI tests
This commit is contained in:
Daniel Lockyer 2023-03-17 10:48:25 +01:00
parent 8d9b8739d9
commit ddc6d60927
No known key found for this signature in database

View file

@ -39,6 +39,7 @@
"build:combined": "node ./scripts/build-combined.js",
"build:bundle": "webpack --config webpack.config.js",
"test:ui": "react-scripts test",
"test:unit": "yarn test",
"test": "yarn test:ui --watchAll=false --coverage",
"eject": "react-scripts eject",
"lint": "eslint src --ext .js --cache",