You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get through this by turning "if" into a constant. However, getting the tests to run is significantly harder--there are several references to other reserved words like 'with' and 'delete'.
Is there an expectation that these tests run on the client? If so, which browsers are supported?
The text was updated successfully, but these errors were encountered:
I wanted to see what browsers this code supported so I tried to browserify the entry point.
I was able to get through this by turning
"if"
into a constant. However, getting the tests to run is significantly harder--there are several references to other reserved words like 'with' and 'delete'.Is there an expectation that these tests run on the client? If so, which browsers are supported?
The text was updated successfully, but these errors were encountered: