소스 검색

test: tailwind color test

nian 1 개월 전
부모
커밋
7f543a12a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/tailwindColor.test.ts

+ 1 - 1
src/utils/tailwindColor.test.ts

@@ -117,7 +117,7 @@ describe('tailwindColor', () => {
     expect(extractShades(twc).blue['150']).not.toBeUndefined()
   })
 
-  it('should have 220 shade', () => {
+  it('should have not 200 shade', () => {
     expect(extractShades(twc).blue['200']).toBeUndefined()
   })
 })