Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
…and use vitest
  • Loading branch information
aleclarson committed May 15, 2023
1 parent 01123aa commit 3f3363e
Show file tree
Hide file tree
Showing 8 changed files with 768 additions and 3,697 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.wordWrapColumn": 100
}
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
"@alloc/is": "^3.1.2",
"@alloc/prettier-config": "^1.0.0",
"@types/eslint-visitor-keys": "^1.0.0",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"dedent": "^0.7.0",
"esbuild-jest": "npm:@alloc/esbuild-jest@^0.3.5",
"jest": "^26.6.3",
"endent": "^2.1.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
"typescript": "^4.2.3",
"vitest": "^0.31.0"
},
"engines": {
"node": ">= 7.6.0"
Expand Down
Loading

0 comments on commit 3f3363e

Please sign in to comment.