add tests
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"scripts": {
|
||||
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
|
||||
"build": "rm -rf ./dist && npm run build:types && rollup -c",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-typescript": "^12.1.4",
|
||||
|
||||
Reference in New Issue
Block a user