canjs / can-query-logic

Perform data queries and compare queries against each other. Provides logic useful for data caching and real-time behavior.

Home Page:https://canjs.com/doc/can-query-logic.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not all of the tests are being run in IE

chasenlehara opened this issue · comments

I discovered while working on canjs/canjs#5282 that one of the tests in this repo has a trailing comma in a function’s parameters list:

IE throws a parser error, but it only prevents some of the tests from running vs. causing the test suite to fail.

I also discovered that JSHint isn’t running on all the files in this repo, otherwise the trailing comma would‘ve been caught.

I’m going to set up JSHint and fix all the errors so the tests run correctly.