Refactor codebase
This commit is contained in:
5
test/before.ts
Normal file
5
test/before.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import chai from "chai";
|
||||
import chaiAsPromised from "chai-as-promised";
|
||||
|
||||
process.env.LOCALE = "en";
|
||||
chai.use(chaiAsPromised);
|
Reference in New Issue
Block a user