Skip to content

Commit

Permalink
🧪test: add tests to case utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Yedidyar committed Aug 29, 2023
1 parent 21f6c35 commit 293f9f4
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["kabab"]
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
"dev": "tsc --watch",
"test": "vitest"
},
"files": [
"dist"
Expand All @@ -22,6 +23,7 @@
},
"devDependencies": {
"@types/yargs": "^17.0.24",
"prettier": "^2.8.7"
"prettier": "^2.8.7",
"vitest": "^0.34.3"
}
}
Loading

0 comments on commit 293f9f4

Please sign in to comment.