-
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(helper): update
mergeDeep
tests to more closely reflect actual…
… usage We only use `mergeDeep` in one scenario currently: combine the default `<Flowbite theme>` with custom overrides provided in `<Flowbite theme={{ theme }}>`. The default theme contains all keys. We only need to test one scenario: given one object with all the keys, and a second object with any of those keys, use the second (overriding) object's values.
- Loading branch information
1 parent
5908e0b
commit 7b2d112
Showing
2 changed files
with
32 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters