diff options
| author | Thomas Haddad | 2016-11-29 12:06:43 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-29 12:06:43 +0100 |
| commit | 5376439a212f9e4a912c0d9520c4b3c9e7ef8f88 (patch) | |
| tree | ba47182304c46975489a2732343e0bbfd470109b /spec/javascripts/spec_helper.js | |
| parent | 94d9e6b8ffea5958983dfc63df7e1dcc3c5feed2 (diff) | |
| download | chouette-core-5376439a212f9e4a912c0d9520c4b3c9e7ef8f88.tar.bz2 | |
Fix reducers specs with local dependency
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'spec/javascripts/spec_helper.js')
| -rw-r--r-- | spec/javascripts/spec_helper.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/spec_helper.js b/spec/javascripts/spec_helper.js index 71d30ff8d..a2fde3860 100644 --- a/spec/javascripts/spec_helper.js +++ b/spec/javascripts/spec_helper.js @@ -4,6 +4,7 @@ // require support/jasmine-jquery-2.1.0 // require support/sinon // require support/your-support-file +require('es6-object-assign').polyfill(); // // PhantomJS (Teaspoons default driver) doesn't have support for Function.prototype.bind, which has caused confusion. // Use this polyfill to avoid the confusion. |
