0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-23 19:38:12 +00:00

Start adding tests for /theme/ endpoint

This commit is contained in:
Trevor Buckner
2024-07-27 03:30:51 -04:00
parent 113f9b3fe3
commit b64a0c5200
2 changed files with 47 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
"circleci": "npm test && eslint **/*.{js,jsx} --max-warnings=0",
"verify": "npm run lint && npm test",
"test": "jest --runInBand",
"test:api-unit": "jest server/*.spec.js --verbose",
"test:api-unit": "jest \"server/.*.spec.js\" -t --verbose",
"test:coverage": "jest --coverage --silent --runInBand",
"test:dev": "jest --verbose --watch",
"test:basic": "jest tests/markdown/basic.test.js --verbose",