mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Add chai-shallow-deep-equal plugin
This commit is contained in:
parent
45afc9f3fb
commit
f98c6b7192
2 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,7 @@
|
|||
"devDependencies": {
|
||||
"chai": "^3.4.0",
|
||||
"chai-as-promised": "^5.1.0",
|
||||
"chai-shallow-deep-equal": "^1.3.0",
|
||||
"coffee-coverage": "~0.4.2",
|
||||
"coveralls": "^2.11.2",
|
||||
"csv": "~0.3.6",
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
global._ = require("lodash")
|
||||
global.chai = require("chai")
|
||||
chai.use(require("sinon-chai"))
|
||||
chai.use(require("chai-shallow-deep-equal"));
|
||||
chai.use(require("chai-as-promised"));
|
||||
global.expect = chai.expect
|
||||
|
|
|
|||
Loading…
Reference in a new issue