This commit is contained in:
Titus Wormer 2023-09-18 13:28:26 +02:00
parent 733932dd91
commit edef661a1f
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -57,7 +57,7 @@
"prepack": "npm run build && npm run format",
"test": "npm run build && npm run format && npm run test-coverage",
"test-api": "node --conditions development test/index.js",
"test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api"
"test-coverage": "c8 --100 --reporter lcov npm run test-api"
},
"prettier": {
"bracketSpacing": false,