From dd639f6bac42ba2a0f85ee730622c78116aec884 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 21 Oct 2023 23:18:38 +0800 Subject: [PATCH] :white_check_mark: test: fix test --- tests/index.test.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/index.test.ts diff --git a/tests/index.test.ts b/tests/index.test.ts deleted file mode 100644 index 8005e5c7..00000000 --- a/tests/index.test.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { colorScales } from '@ant-design/pro-chat'; - -test('colorScales', () => { - expect(colorScales).toMatchSnapshot(); -});