canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Not all of the tests are being run in IE #500

Closed chasenlehara closed 4 years ago

chasenlehara commented 4 years ago

Similar to https://github.com/canjs/can-query-logic/issues/54, I discovered that IE is throwing a parser error due to some arrow functions in our tests, but the error only prevents some of the tests from running vs. causing the test suite to fail.

The JSHint config has "esversion": 6, so I’m going to remove that and fix all the errors so the tests run correctly.