Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 23, 2023
1 parent 75f1f55 commit 8666c14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ const expectedExportedKeys = [
'commonVars',
'modeVars',
'useTheme',
'RAW_PALETTE_COLORS',
'RAW_ADDITIONAL_COLORS',
'rawColorToHSL',
'rawColorToRGB',
'rawColorToHex',
'rawColorToRGBA',
]

it('should expose correct exports', () => {
Expand Down

0 comments on commit 8666c14

Please sign in to comment.