Skip to content

Commit 3805f8e

Browse files
author
xavi-murcia
committed
feat(Root): fox tests
1 parent cec8758 commit 3805f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/molecule/buttonGroup/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe(json.name, () => {
188188

189189
// When
190190
const {moleculeButtonGroupDesigns: actual} = library
191-
const {SOLID, OUTLINE, FLAT, LINK, ...others} = actual
191+
const {SOLID, OUTLINE, FLAT, LINK, OUTLINE_ANIMATED, ...others} = actual
192192

193193
// Then
194194
expect(Object.keys(others).length).to.equal(0)

components/molecule/pagination/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ describe(json.name, () => {
333333

334334
// When
335335
const {moleculePaginationDesigns: actual} = library
336-
const {SOLID, OUTLINE, FLAT, LINK, ...others} = actual
336+
const {SOLID, OUTLINE, FLAT, LINK, OUTLINE_ANIMATED, ...others} = actual
337337

338338
// Then
339339
expect(Object.keys(others).length).to.equal(0)

0 commit comments

Comments
 (0)