Skip to content
Snippets Groups Projects
Commit f507d609 authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

ci(fixed tests pipeline): when there is no tests pipeline pass

parent 3a2fe00f
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!6feat(set up placeholders for layout): set up placeholders for layout
Pipeline #78485 passed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"prepare": "husky install", "prepare": "husky install",
"postinstall": "husky install", "postinstall": "husky install",
"test": "jest --watch --config ./jest.config.mjs", "test": "jest --watch --config ./jest.config.mjs",
"test:ci": "jest --config ./jest.config.mjs --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false", "test:ci": "jest --config ./jest.config.mjs --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --passWithNoTests",
"test:coverage": "jest --watchAll --coverage --config ./jest.config.mjs", "test:coverage": "jest --watchAll --coverage --config ./jest.config.mjs",
"test:coveragee": "jest --coverage", "test:coveragee": "jest --coverage",
"coverage": "open ./coverage/lcov-report/index.html", "coverage": "open ./coverage/lcov-report/index.html",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment