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
➜ git checkout 7503eb55907c7d36bc1f1781500af3d4f451ab52
HEAD is now at 7503eb5... try again2
➜ deact git:(7503eb5) npm test git:(7503eb5|)
> [email protected] test /Users/moshe/Documents/RandomProjects/deact
> mochify --R spec --wd
# internet explorer 10:
deact
✓ renders basic markup
✓ renders interpolated markup
✓ handles inline events
✓ handles inline events in nested elements
✓ doesn't remove regular attributes
✓ doesn't remove regular function attributes
✓ removes inline event attributes
✓ handles a element child
✓ handles a element child with events
✓ handles an array of child elements
✓ handles an array of child elements with events
✓ exports an `escape` function that can escape html
12 passing (36ms)
# internet explorer 11:
deact
✓ renders basic markup
✓ renders interpolated markup
✓ handles inline events
✓ handles inline events in nested elements
✓ doesn't remove regular attributes
✓ doesn't remove regular function attributes
✓ removes inline event attributes
✓ handles a element child
✓ handles a element child with events
✓ handles an array of child elements
✓ handles an array of child elements with events
✓ exports an `escape` function that can escape html
12 passing (20ms)
# chrome *:
deact
✓ renders basic markup
✓ renders interpolated markup
✓ handles inline events
✓ handles inline events in nested elements
✓ doesn't remove regular attributes
✓ doesn't remove regular function attributes
✓ removes inline event attributes
✓ handles a element child
✓ handles a element child with events
✓ handles an array of child elements
✓ handles an array of child elements with events
✓ exports an `escape` function that can escape html
12 passing (30ms)
The text was updated successfully, but these errors were encountered:
Other than that, Mochify stopped working for me with the latest release. This might also be related to this issue. I've nailed the Mocha version to ~2.3.4` in Mocaccino for now. Please try again and follow #129 for updates.
Take a look at this build https://travis-ci.org/kolodny/deact/builds/105328481
When I run that locally everything works fine
The text was updated successfully, but these errors were encountered: