Skip to content

Commit

Permalink
test: restore test script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjhan committed Mar 3, 2024
1 parent 97ecd3d commit 4d0dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
coverageReporters: ['json'],
coverageDirectory: './coverage',
coverageProvider: 'v8',
testMatch: ['**/sd-jwt/**/__tests__/**/*.test.ts'],
testMatch: ['**/__tests__/**/*.test.ts'],
automock: false,
// // typescript 5 removes the need to specify relative imports as .js, so we should no longer need this workaround
// // but webpack still requires .js specifiers, so we are keeping it for now
Expand Down

0 comments on commit 4d0dc75

Please sign in to comment.