From 0ad9dbe53c55e5af93b55bcf32993dd13a6001f1 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Sun, 7 Jun 2020 02:21:37 -0700 Subject: [PATCH] chore: Fix test name --- src/utils/__tests__/propTypeInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/__tests__/propTypeInfo.js b/src/utils/__tests__/propTypeInfo.js index a1ad8a741..4cdfc0701 100644 --- a/src/utils/__tests__/propTypeInfo.js +++ b/src/utils/__tests__/propTypeInfo.js @@ -470,7 +470,7 @@ describe('getTypeMeta', () => { }); }); - test('handles arrayOf union types', () => { + test('handles arrayOf enum types', () => { const SPACE = { SMALL: 'sm', MEDIUM: 'md',