Skip to content

Commit

Permalink
test: Add mocha, chai and ts-node and write tests for utils.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Jun 22, 2023
1 parent 2a12d80 commit 53a6c05
Show file tree
Hide file tree
Showing 4 changed files with 1,204 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://json.schemastore.org/mocharc",
"loader": "ts-node/esm",
"spec": "test/**/*.spec.ts"
}
Loading

0 comments on commit 53a6c05

Please sign in to comment.