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
|
|
@ -20,7 +20,9 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch"
|
||||
"build:watch": "tsc --pretty --watch",
|
||||
"test": "glob -c \"node --import tsx --test-reporter spec --test\" \"./src/**/*.test.ts\"",
|
||||
"test:watch": "glob -c \"node --watch --import tsx --test-reporter spec --test\" \"./src/**/*.test.ts\""
|
||||
},
|
||||
"keywords": [
|
||||
"emigrate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue