Skip to content

Commit

Permalink
feat: add util
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuemeiquqi committed Jan 9, 2024
1 parent 299266a commit 2e6e2dd
Show file tree
Hide file tree
Showing 13 changed files with 553 additions and 9 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^10.2.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
},
Expand All @@ -20,7 +21,9 @@
"ramda": "^0.29.0",
"ts-node": "^10.9.1"
},
"type": "module",
"scripts": {
"test-promise": "promises-aplus-tests promise"
"test-promise": "promises-aplus-tests promise",
"test": "mocha"
}
}
Loading

0 comments on commit 2e6e2dd

Please sign in to comment.