Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
update deps and add tests for toc cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu committed Jan 22, 2022
1 parent 3d9c638 commit 98eb4df
Show file tree
Hide file tree
Showing 9 changed files with 11,124 additions and 894 deletions.
12 changes: 12 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"require": [
"test/helpers/init.js",
"ts-node/register"
],
"watch-extensions": [
"ts"
],
"recursive": true,
"reporter": "spec",
"timeout": 60000
}
Loading

0 comments on commit 98eb4df

Please sign in to comment.