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

5
test/before.ts Normal file
View File

@ -0,0 +1,5 @@
import chai from "chai";
import chaiAsPromised from "chai-as-promised";
process.env.LOCALE = "en";
chai.use(chaiAsPromised);