Skip to content

Commit

Permalink
fixed Unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Apr 26, 2020
1 parent 429fae4 commit 2ae3d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/src/adapter/adapterTest.js
@@ -1,9 +1,9 @@

jest.mock('../../../src/keycloakAuthorizer');
jest.mock('../../../src/jwks');
jest.mock('../../../src/Jwks');
const keycloakAuthorizer = require('../../../src/keycloakAuthorizer');
// eslint-disable-next-line import/no-unresolved
const jwks = require('../../../src/jwks');

const jwks = require('../../../src/Jwks');

const { lambdaAdapter, jwksUrl } = require('../../../src/adapter/adapter');

Expand Down

0 comments on commit 2ae3d09

Please sign in to comment.