Use chai assertion style

This commit is contained in:
Emin Kocan 2024-09-14 14:39:42 +02:00
parent 123c7d10a5
commit 5c7b7383e7

View file

@ -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();