Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Nov 20, 2024
1 parent 6663397 commit acd4012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/durationToCss.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Transformer: durationToCss', () => {
expect(() =>
durationToCss.transform(
getMockToken({
value: '1s',
value: '1sec',
}),
{},
{},
Expand Down

0 comments on commit acd4012

Please sign in to comment.