Skip to content

Commit

Permalink
Merge pull request #345 from canjs/ie11b
Browse files Browse the repository at this point in the history
Fix test to run in IE11
  • Loading branch information
matthewp authored May 7, 2019
2 parents d2b5405 + b59a1bb commit a97d8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/component-instantiation-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,5 @@ QUnit.test("{initializeBindings: false} prevents setting up bindings until inser
var frag = view({ component: inst });

QUnit.equal(inst.viewModel.color, "red", "is red");
QUnit.equal(frag.firstElementChild.firstChild.data, "red", "Now it is setup");
QUnit.equal(frag.firstChild.firstChild.data, "red", "Now it is setup");
});

0 comments on commit a97d8a2

Please sign in to comment.