Skip to content

Commit

Permalink
vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
boarwell committed Mar 24, 2022
1 parent 29fc07b commit c00899a
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 72 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
"types": "./dist/main.d.ts",
"scripts": {
"build": "rm -rf ./dist/ && tsc",
"watch": "tsc -w",
"test": "node ./dist/main.test.js"
"dev": "vitest",
"test": "vitest run"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"typescript": "^4.6.2"
"typescript": "^4.6.2",
"vitest": "^0.7.10"
}
}
Loading

0 comments on commit c00899a

Please sign in to comment.