Skip to content

Commit

Permalink
Fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Feb 1, 2024
1 parent f7b011c commit 797dd0e
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 1,141 deletions.
7 changes: 3 additions & 4 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"extension": [
"ts"
],
"$schema": "https://json.schemastore.org/mocharc",
"extension": ["ts"],
"loader": "ts-node/esm",
"reporter": "dot",
"recursive": true,
"slow": 2000,
"timeout": 10000,
"require": ["ts-node/register"],
"spec": "./tests/unit/*.spec.ts"
}
Loading

0 comments on commit 797dd0e

Please sign in to comment.