From ca83298530ba60ff95343b4ef075970577bcc1c7 Mon Sep 17 00:00:00 2001 From: ranyem Date: Thu, 7 Nov 2024 14:02:42 -0500 Subject: [PATCH] added line --- react-app/src/utils/crumbs.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-app/src/utils/crumbs.test.ts b/react-app/src/utils/crumbs.test.ts index 9f3fcf0eb..8c1de3ed7 100644 --- a/react-app/src/utils/crumbs.test.ts +++ b/react-app/src/utils/crumbs.test.ts @@ -9,6 +9,7 @@ import { import { Action } from 'shared-types/actions'; describe('getDashboardTabForAuthority', () => { + //test for authority it('should return "spas" for "CHIP SPA"', () => { const result = getDashboardTabForAuthority("CHIP SPA" as any); expect(result).toBe("spas");