feat(utils): rem cache 처리 #252
Annotations
2 errors
src/style/rem/rem.spec.ts > rem > should convert pixels to rem without any options. (Root FontSize: 24px):
packages/utils/src/style/rem/rem.spec.ts#L28
AssertionError: expected '1.5rem' to be '1rem' // Object.is equality
- Expected
+ Received
- 1rem
+ 1.5rem
❯ src/style/rem/rem.spec.ts:28:21
|
Build-Test
Process completed with exit code 1.
|