test(plugin-tools): add some tests for the sanitizeMigrationName function
This commit is contained in:
parent
4e2a27ffeb
commit
e159cd17bd
4 changed files with 149 additions and 2 deletions
12
package.json
12
package.json
|
|
@ -53,7 +53,15 @@
|
|||
"prettier": true,
|
||||
"rules": {
|
||||
"complexity": 0
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": "packages/**/*.test.ts",
|
||||
"rules": {
|
||||
"@typescript-eslint/no-floating-promises": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@changesets/cli": "2.26.2",
|
||||
|
|
@ -61,10 +69,12 @@
|
|||
"@commitlint/config-conventional": "18.4.0",
|
||||
"@manypkg/cli": "0.21.0",
|
||||
"@types/node": "20.9.0",
|
||||
"glob": "10.3.10",
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "15.0.2",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "3.0.3",
|
||||
"tsx": "4.1.0",
|
||||
"turbo": "1.10.16",
|
||||
"typescript": "5.2.2",
|
||||
"vitest": "0.34.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue