Skip to content

Commit

Permalink
refactor: convert LoginAuthenticator to simple function
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Dec 4, 2023
1 parent 02bc37c commit 106afb4
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 290 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: JestConfigWithTsJest = {
testMatch: [
// TODO: put this back when all unit tests are converted
// '**/__tests__/**/*.test.ts',
'**/__tests__/lib/(a*|c*|f*|i*|log-*|t*|u*|v*).test.ts',
'**/__tests__/lib/(a*|c*|f*|i*|l*|t*|u*|v*).test.ts',
],
setupFilesAfterEnv: ['jest-extended/all'],
collectCoverageFrom: ['src/**/*.ts'],
Expand Down
Loading

0 comments on commit 106afb4

Please sign in to comment.