test(plugin-tools): add some tests for the sanitizeMigrationName function

This commit is contained in:
Joakim Carlstein 2023-11-10 14:49:27 +01:00
parent 4e2a27ffeb
commit e159cd17bd
4 changed files with 149 additions and 2 deletions

View file

@ -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",