不要怂,就是干,撸起袖子干!

Commit 5b617de1 by Daniel Durante

sinon-chai is no longer a depedency

1 parent 5d3f51c5
Showing with 0 additions and 3 deletions
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
"yuidocjs": "~0.3.36", "yuidocjs": "~0.3.36",
"chai": "~1.7.2", "chai": "~1.7.2",
"mocha": "~1.12.0", "mocha": "~1.12.0",
"sinon-chai": "~2.4.0",
"chai-datetime": "~1.0.0" "chai-datetime": "~1.0.0"
}, },
"keywords": [ "keywords": [
......
/* jshint camelcase: false */ /* jshint camelcase: false */
var chai = require('chai') var chai = require('chai')
, sinonChai = require('sinon-chai')
, expect = chai.expect , expect = chai.expect
, Support = require(__dirname + '/support') , Support = require(__dirname + '/support')
, DataTypes = require(__dirname + "/../lib/data-types") , DataTypes = require(__dirname + "/../lib/data-types")
...@@ -10,7 +9,6 @@ var chai = require('chai') ...@@ -10,7 +9,6 @@ var chai = require('chai')
, datetime = require('chai-datetime') , datetime = require('chai-datetime')
, _ = require('lodash') , _ = require('lodash')
chai.use(sinonChai)
chai.use(datetime) chai.use(datetime)
chai.Assertion.includeStack = true chai.Assertion.includeStack = true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!