Use chai assertion style
This commit is contained in:
parent
123c7d10a5
commit
5c7b7383e7
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
// require support/expect
|
||||
// require support/sinon
|
||||
//= require support/chai
|
||||
// require support/chai-jq-0.0.7
|
||||
//= require support/chai-jq-0.0.7
|
||||
// require support/your-support-file
|
||||
//
|
||||
// PhantomJS (Teaspoons default driver) doesn't have support for Function.prototype.bind, which has caused confusion.
|
||||
|
@ -35,6 +35,6 @@
|
|||
// If you're using Chai, you'll probably want to initialize your preferred assertion style. You can read more about Chai
|
||||
// at: http://chaijs.com/guide/styles
|
||||
//
|
||||
// window.assert = chai.assert;
|
||||
window.assert = chai.assert;
|
||||
window.expect = chai.expect;
|
||||
// window.should = chai.should();
|
||||
window.should = chai.should();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue