Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zn4rK committed Nov 26, 2023
1 parent 02d1384 commit f113198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("hypenateProperty", () => {
expect(hyphenateProperty('msBackground')).toBe('-ms-background');
});

it(`it doesn't hyphenate css vars`, () => {
it(`doesn't hyphenate css vars`, () => {
expect(hyphenateProperty('--myVar')).toBe('--myVar');
});
});

0 comments on commit f113198

Please sign in to comment.