From d8310dfad8283019324a53a33f0fa5dbffe1a9ab Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Mon, 20 Apr 2026 14:34:21 -0400 Subject: [PATCH] unskip test --- src/store/store.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 5e988191..d6a29e43 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -1518,7 +1518,7 @@ describe('Store', () => { }); describe('saveEndorsementQuestionAnswers method', () => { - it.skip('method should update endorsement question data in store', () => { + it('method should update endorsement question data in store', () => { // Arrange const questionNum = getRandomInt(1, 100); const questionText = getRandomString(50, 300);