Skip to content

Commit

Permalink
feat: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marsidev committed Sep 3, 2022
1 parent 9c0a67d commit b1af9d1
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 224 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["marsi/ts"]
"extends": ["marsi/ts"],
"rules": {
"no-control-regex": "off"
}
}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"esno": "^0.16.3",
"execa": "^6.1.0",
"pnpm": "^7.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"unbuild": "^0.8.8"
"unbuild": "^0.8.8",
"vitest": "^0.22.1"
},
"dependencies": {
"yargs": "^17.5.1",
"picocolors": "^1.0.0"
"commander": "^9.4.0",
"picocolors": "^1.0.0",
"yargs": "^17.5.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit b1af9d1

Please sign in to comment.