mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
tap@18
This commit is contained in:
parent
02c781b180
commit
ecc8fccc54
2 changed files with 12 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,3 +6,5 @@ node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
/.tap
|
||||||
|
|
12
package.json
12
package.json
|
@ -69,7 +69,7 @@
|
||||||
"eslint": "^8.15.0",
|
"eslint": "^8.15.0",
|
||||||
"is-coordinates": "^2.0.2",
|
"is-coordinates": "^2.0.2",
|
||||||
"is-roughly-equal": "^0.1.0",
|
"is-roughly-equal": "^0.1.0",
|
||||||
"tap": "^16.2.0",
|
"tap": "^18.0.4",
|
||||||
"validate-fptf": "^3.0.0"
|
"validate-fptf": "^3.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -82,6 +82,14 @@
|
||||||
"prepublishOnly": "npm run lint && npm test"
|
"prepublishOnly": "npm run lint && npm test"
|
||||||
},
|
},
|
||||||
"tap": {
|
"tap": {
|
||||||
"coverage": false
|
"disable-coverage": true,
|
||||||
|
"allow-empty-coverage": true,
|
||||||
|
"plugin": [
|
||||||
|
"!@tapjs/typescript",
|
||||||
|
"!@tapjs/mock",
|
||||||
|
"!@tapjs/snapshot",
|
||||||
|
"!@tapjs/intercept",
|
||||||
|
"!@tapjs/fixture"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue