Skip to content

Commit

Permalink
test(fix): fix failing test in IE10
Browse files Browse the repository at this point in the history
  • Loading branch information
taak77 committed Mar 29, 2016
1 parent 7375655 commit aa277f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ReactMetrics/exposeMetrics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("exposeMetrics", () => {

Metrics = exposeMetrics(Comp4);

expect(Metrics.displayName).to.be.equal("Metrics(Component)");
expect(Metrics.displayName).to.contains("Metrics(");
});

it("should provide 'willTrackPageView' static method to route handler component", (done) => {
Expand Down

0 comments on commit aa277f7

Please sign in to comment.