We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5000d36 + ab52b68 commit bb3e753Copy full SHA for bb3e753
tests/package.json
@@ -36,8 +36,8 @@
36
"name": "nhs-notify-supplier-api-tests",
37
"scripts": {
38
"clean": "rimraf $(pwd)/target",
39
- "lint:fix": "eslint . --fix",
40
"lint": "eslint .",
+ "lint:fix": "eslint . --fix",
41
"test:component": "playwright test --config=config/main.config.ts --max-failures=10 --project=component-tests",
42
"test:pact": "./pact-tests/run-pact-tests.sh",
43
"test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox",
0 commit comments