"...backbone-message-format.git" did not exist on "a0ae5a208cccc1a3b4127da25f5c948bb2f8ec56"
test: initial setup of cucumber
Showing
cucumber.js
0 → 100644
... | ... | @@ -23,7 +23,7 @@ |
"lint": "yarn lint:js && yarn lint:prettier", | ||
"lintfix": "prettier --write --list-different . && yarn lint:js --fix", | ||
"prepare": "husky install", | ||
"test": "jest", | ||
"test": "cucumber-js", | ||
"build": "cross-env NODE_ENV=production rollup -c" | ||
}, | ||
"lint-staged": { | ||
... | ... | @@ -40,10 +40,11 @@ |
"@babel/eslint-parser": "^7.0.0", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@cucumber/cucumber": "^8.10.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"axios-mock-adapter": "^1.21.2", | ||
"babel-jest": "^27.4.4", | ||
"cross-env": "^7.0.3", | ||
"cucumber": "^6.0.7", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
... | ... |
test/mock/config.json
0 → 100644
This diff is collapsed.
Please register or sign in to comment