Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix tests for IE11 #20

Merged
merged 1 commit into from
Oct 24, 2018
Merged

fix tests for IE11 #20

merged 1 commit into from
Oct 24, 2018

Conversation

cherifGsoul
Copy link
Member

  • Adds function name property for IE11 where needed

@@ -158,11 +158,15 @@ if ( System.env.indexOf( 'production' ) < 0 ) {

canDev.log = function ( area, name ) {
QUnit.equal( "Test enqueuing:", area );
QUnit.equal( "fnName", name );
if (name) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we would just skip tests that were about debugging features. Looks fine though.

@cherifGsoul cherifGsoul merged commit da78cdd into master Oct 24, 2018
@cherifGsoul cherifGsoul deleted the ie11-compat branch October 24, 2018 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants