mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import * as chai from "chai";
|
|
chai.should();
|
|
chai.use(require("sinon-chai"));
|
|
chai.use(require("chai-as-promised")); |