excluded test and test-support folders from tests itself
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 1m21s

This commit is contained in:
Florian Zumpe 2026-06-17 14:25:43 +02:00
parent b5d38be46a
commit b9f3417aa8

View File

@ -17,6 +17,12 @@
"test": "node --test",
"test:coverage": "c8 --reporter=lcov --reports-dir=coverage/js node --test"
},
"c8": {
"exclude": [
"test/**",
"test-support/**"
]
},
"dependencies": {
"@file-type/av": "0.2.0",
"express": "5.2.1",