mirror of
https://github.com/knex/knex.git
synced 2025-07-19 15:01:45 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
![]() |
const chai = (global.chai = require('chai'));
|
||
|
|
||
|
chai.should();
|
||
|
chai.use(require('chai-as-promised'));
|
||
|
|
||
|
global.expect = chai.expect;
|