Remove empty beforeAll test hooks

Signed-off-by: JP Dhabolt <john.p.dhabolt@gmail.com>
This commit is contained in:
JP Dhabolt
2024-04-17 15:03:14 -04:00
parent dd53bf39be
commit 9746368a96
2 changed files with 0 additions and 4 deletions
@@ -66,8 +66,6 @@ describe('oidcAuthenticator', () => {
request_object_signing_alg_values_supported: ['RS256', 'RS512', 'HS256'],
};
beforeAll(async () => {});
beforeEach(() => {
mswServer.use(
rest.get(
@@ -57,8 +57,6 @@ describe('authModuleOidcProvider', () => {
request_object_signing_alg_values_supported: ['RS256', 'RS512', 'HS256'],
};
beforeAll(async () => {});
beforeEach(async () => {
jest.clearAllMocks();