X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9266180344761718d4068dd62f78ef3a0169b8e1..bf4d8fc2d0e9fa8f828ff9a6b1dc7c6e0a41170b:/test/javascripts/test_helper.js diff --git a/test/javascripts/test_helper.js b/test/javascripts/test_helper.js index f2e89f312..879b6861b 100644 --- a/test/javascripts/test_helper.js +++ b/test/javascripts/test_helper.js @@ -1,8 +1,9 @@ +/* eslint-disable */ // Teaspoon includes some support files, but you can use anything from your own support path too. // 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 +36,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();