Skip to content

Commit 3cc9df4

Browse files
andyjanssonben-eb
authored andcommitted
Add additional test
1 parent 7908443 commit 3cc9df4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/__tests__/index.js

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ test(
4242
'1ex'
4343
)
4444

45+
test(
46+
'should reduce simple calc (5)',
47+
testFixture,
48+
'calc(50px - (20px - 30px))',
49+
'60px'
50+
)
51+
4552
test(
4653
'should reduce additions and subtractions (1)',
4754
testFixture,

0 commit comments

Comments
 (0)