Refactor codebase

This commit is contained in:
proteriax
2021-07-08 02:05:41 -04:00
parent 490d289330
commit 0230f32aab
19 changed files with 1010 additions and 119 deletions

7
.mocharc.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/mocharc",
"reporter": "mochawesome",
"extension": [".ts"],
"require": ["ts-node/register", "tsconfig-paths/register", "./test/before.ts"],
"timeout": 10000
}