mirror of
https://github.com/knex/knex.git
synced 2025-12-28 07:29:16 +00:00
adding when/monitor/console for unit tests
This commit is contained in:
parent
7e1f04da41
commit
ed0a27468d
@ -1,3 +1,6 @@
|
||||
// Helps with error handling on errors swallowed by promises.
|
||||
require('when/monitor/console');
|
||||
|
||||
var mocha = require('mocha');
|
||||
|
||||
require("mocha-as-promised")(mocha);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user