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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user