1
Fork 0

Prepare to move to @holllo/test.

This commit is contained in:
Bauke 2024-01-24 19:15:09 +01:00
parent cfd7e39b03
commit d8fa000181
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 266 additions and 982 deletions

View File

@ -8,16 +8,10 @@
"type": "git", "type": "git",
"url": "https://git.bauke.xyz/Holllo/migration-helper" "url": "https://git.bauke.xyz/Holllo/migration-helper"
}, },
"scripts": {
"build": "tsc",
"prepublishOnly": "pnpm test && pnpm build",
"test": "xo && c8 ava && tsc --noEmit"
},
"devDependencies": { "devDependencies": {
"ava": "^6.1.0", "@holllo/test": "^0.2.1",
"c8": "^9.1.0",
"trash-cli": "^5.0.0", "trash-cli": "^5.0.0",
"ts-node": "^10.9.2", "tsx": "^4.7.0",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"xo": "^0.56.0" "xo": "^0.56.0"
}, },
@ -30,31 +24,6 @@
"LICENSE", "LICENSE",
"README.md" "README.md"
], ],
"ava": {
"extensions": {
"ts": "module"
},
"files": [
"tests/**/*.ts"
],
"nodeArguments": [
"--loader=ts-node/esm",
"--no-warnings"
]
},
"c8": {
"100": true,
"all": true,
"include": [
"source",
"tests"
],
"reportDir": "coverage",
"reporter": [
"text",
"html"
]
},
"xo": { "xo": {
"prettier": true, "prettier": true,
"rules": { "rules": {

File diff suppressed because it is too large Load Diff