0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 23:32:58 +00:00

Merge pull request #2094 from G-Ambatte/experimentalCircleCIConfig

Increase test time out and update CircleCI testing configuration
This commit is contained in:
Trevor Buckner
2022-03-26 23:46:08 -04:00
committed by GitHub
2 changed files with 53 additions and 7 deletions

View File

@@ -20,6 +20,9 @@
"verify": "npm run lint && npm test",
"test": "jest",
"test:dev": "jest --verbose --watch",
"test:basic": "jest tests/markdown/basic.test.js --verbose",
"test:mustache-span": "jest tests/markdown/mustache-span.test.js --verbose",
"test:route": "jest tests/routes/static-pages.test.js --verbose",
"phb": "node scripts/phb.js",
"prod": "set NODE_ENV=production && npm run build",
"postinstall": "npm run buildall",
@@ -31,6 +34,7 @@
"build/*"
],
"jest": {
"testTimeout" : 15000,
"modulePaths": [
"mode_modules",
"shared",