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

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