Remove empty beforeAll test hooks
Signed-off-by: JP Dhabolt <john.p.dhabolt@gmail.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user