Merge branch '4-move-bdd-features-into-a-separate-repository' into 'dev'
Resolve "Move bdd features into a separate repository" Closes #4 See merge request !3
Showing
... | ... | @@ -18,6 +18,9 @@ |
], | ||
"license": "MIT", | ||
"scripts": { | ||
"copytest:features": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/features test/features", | ||
"copytest:fixtures": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/fixtures test/fixtures", | ||
"copytests": "npm run copytest:features && npm run copytest:fixtures", | ||
"lint:js": "eslint --ext \".js\" --ignore-path .gitignore .", | ||
"lint:prettier": "prettier --check .", | ||
"lint": "yarn lint:js && yarn lint:prettier", | ||
... | ... | @@ -33,6 +36,7 @@ |
}, | ||
"dependencies": { | ||
"faye-websocket": "^0.11.4", | ||
"json-schema-remote": "^1.6.2", | ||
"swagger-model-validator": "^3.0.21" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -45,6 +49,7 @@ |
"axios": "^1.2.3", | ||
"axios-mock-adapter": "^1.21.2", | ||
"babel-jest": "^27.4.4", | ||
"backbone-adapter-testsuite": "git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite.git#packages", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
... | ... | @@ -54,6 +59,7 @@ |
"lint-staged": "^12.1.2", | ||
"openapi-schema-validator": "^12.1.0", | ||
"prettier": "^2.5.1", | ||
"recursive-copy-cli": "^1.0.20", | ||
"rollup": "^3.9.1" | ||
} | ||
} |
Please register or sign in to comment