mirror of
https://github.com/knex/knex.git
synced 2025-12-29 07:59:31 +00:00
trying to get mocha-as-promised working on node 0.6
This commit is contained in:
parent
6b89cedf92
commit
0e7129aa8f
@ -1,5 +1,6 @@
|
||||
var mocha = require('mocha');
|
||||
|
||||
require("mocha-as-promised")();
|
||||
require("mocha-as-promised")(mocha);
|
||||
|
||||
global.sinon = require("sinon");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user