Skip to content

Commit

Permalink
feat(CB2-11215): Update test type taxonomy to allow 3 wheels driven f…
Browse files Browse the repository at this point in the history
…or ea2 contingency test (#248)

* feat(cb2-11215): added 3 wheels to class 2 msva

* feat(cb2-11215): audit fix and script correction

* feat(cb2-11215): added 4 wheels driven

* feat(cb2-11215): reverted to only 3 wheels as per ticket
  • Loading branch information
cb-cs authored Dec 10, 2024
1 parent a1911d4 commit abbc067
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
37 changes: 18 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "tslint src/**/*.ts tests/**/*.ts -q",
"format": "prettier --write .",
"sonar-scanner": "sonar-scanner",
"audit": "npm audit --prod",
"audit": "npm audit --omit=dev",
"package": "mkdir ${ZIP_NAME} && cp package.json package-lock.json ${ZIP_NAME}/ && cp -r .build/src/* ${ZIP_NAME}/ && cd ${ZIP_NAME} && npm ci --production && rm package.json package-lock.json && zip -qr ../${ZIP_NAME}.zip .",
"tools-setup": "sls dynamodb install"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/test-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -9086,7 +9086,7 @@
"forEuVehicleCategory": null,
"forVehicleClass": "2",
"forVehicleSubclass": null,
"forVehicleWheels": 2,
"forVehicleWheels": [2, 3],
"defaultTestCode": "ea2",
"linkedTestCode": null,
"forProvisionalStatus": true
Expand Down

0 comments on commit abbc067

Please sign in to comment.