No-op template

This commit is contained in:
aet
2021-07-21 21:26:22 -04:00
commit 2c504997af
7 changed files with 1462 additions and 0 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"],
"timeout": 10000
}