From 8666c14f33448bb6701bfed7ed2e6cfea6521110 Mon Sep 17 00:00:00 2001 From: storywithoutend Date: Mon, 23 Oct 2023 19:58:47 +0800 Subject: [PATCH] fix tests --- components/src/index.test.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/src/index.test.ts b/components/src/index.test.ts index 7016de70..b59c2ecd 100644 --- a/components/src/index.test.ts +++ b/components/src/index.test.ts @@ -139,6 +139,12 @@ const expectedExportedKeys = [ 'commonVars', 'modeVars', 'useTheme', + 'RAW_PALETTE_COLORS', + 'RAW_ADDITIONAL_COLORS', + 'rawColorToHSL', + 'rawColorToRGB', + 'rawColorToHex', + 'rawColorToRGBA', ] it('should expose correct exports', () => {