Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
liamqma committed Aug 17, 2023
1 parent 7c0ac9a commit 3ba5a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('css map behaviour', () => {
transform(`
${styles}
<div css={css(styles['dang' + 'er'])} />;
<div css={css(styles[isDanger?'danger':'success'])} />;
`);
}).toThrow(ErrorMessages.VARIANT_ACCESS);
});
Expand Down

0 comments on commit 3ba5a88

Please sign in to comment.