Skip to content

Commit

Permalink
more specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Aug 19, 2018
1 parent 00a466d commit c5f3f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/client/spec/victory-core/victory-util/style.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("toTransformString", () => {

it("returns at least the subsequent transforms if the first is undefined", () => {
expect(Style.toTransformString(
null, { skewY: [65] }
)).to.contain("skewY(65)");
undefined, { skewY: [65] }
)).to.equal("skewY(65)");
});
});

0 comments on commit c5f3f12

Please sign in to comment.