excluded test and test-support folders from tests itself
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 1m21s
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 1m21s
This commit is contained in:
parent
b5d38be46a
commit
b9f3417aa8
@ -17,6 +17,12 @@
|
|||||||
"test": "node --test",
|
"test": "node --test",
|
||||||
"test:coverage": "c8 --reporter=lcov --reports-dir=coverage/js node --test"
|
"test:coverage": "c8 --reporter=lcov --reports-dir=coverage/js node --test"
|
||||||
},
|
},
|
||||||
|
"c8": {
|
||||||
|
"exclude": [
|
||||||
|
"test/**",
|
||||||
|
"test-support/**"
|
||||||
|
]
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@file-type/av": "0.2.0",
|
"@file-type/av": "0.2.0",
|
||||||
"express": "5.2.1",
|
"express": "5.2.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user