mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
Assertion.includeStack is deprecated, use chai.config.includeStack instead.
This commit is contained in:
parent
a67346e3e1
commit
4882c0b8e2
@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
var libPath = process.env.PROTOTYPER_COV ? '../lib-cov' : '../lib';
|
||||
var chai = require('chai');
|
||||
chai.Assertion.includeStack = true; // defaults to false
|
||||
chai.config.includeStack = true; // defaults to false
|
||||
var expect = chai.expect;
|
||||
|
||||
var mongoData = require(libPath + '/mongoData.js');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user