Skip to content

Commit

Permalink
feat(3666) fixed hanged test
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk committed Dec 11, 2023
1 parent 6f8c033 commit 645f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"test": "npm run test:unit",
"test:unit": "jest --testMatch '**/test/unit/**/*.test.js' ",
"test:coverage": "jest --coverage --coverageThreshold='{}' --testMatch '**/test/unit/**/*.test.js'",
"test:coverage-check": "jest --coverage --testMatch '**/test/unit/**/*.test.js'",
"test:coverage-check": "jest --runInBand --coverage --testMatch '**/test/unit/**/*.test.js'",
"test:junit": "jest --runInBand --reporters=default --reporters=jest-junit --testMatch '**/test/unit/**/*.test.js'",
"regenerate": "yo swaggerize:test --framework hapi --apiPath './src/interface/swagger.json'",
"package-lock": "docker run --rm -it quoting-service:local cat package-lock.json > package-lock.json",
Expand Down

0 comments on commit 645f67f

Please sign in to comment.