fix: some test

This commit is contained in:
2024-04-18 00:21:01 +02:00
parent 2edd22136f
commit c3691e7169
11 changed files with 29 additions and 14 deletions

View File

@@ -4,12 +4,16 @@
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nodes/types": "link:../types"
},
"devDependencies": {
"vite": "^5.2.9",
"vitest": "^1.5.0"
}
}