From 875c6e56ba5575af208bf0ca8268ad1a9e8694c2 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 10 Jul 2023 15:40:19 -0500 Subject: [PATCH] fixup spelling on test title --- src/components/__tests__/FontAwesomeIcon.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/__tests__/FontAwesomeIcon.test.js b/src/components/__tests__/FontAwesomeIcon.test.js index 2a171689..7a57896d 100644 --- a/src/components/__tests__/FontAwesomeIcon.test.js +++ b/src/components/__tests__/FontAwesomeIcon.test.js @@ -25,7 +25,7 @@ afterEach(() => { }) describe('icon title prop', () => { - test('checks title attribute is null when title property is NOT st', () => { + test('checks title attribute is null when title property is NOT set', () => { const wrapper = mountFromProps({ icon: faCoffee })