Skip to content

Commit

Permalink
chore: fix test for quick
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjhan committed Mar 3, 2024
1 parent 2005566 commit f289a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ const config: Config.InitialOptions = {
roots: ['<rootDir>'],
coveragePathIgnorePatterns: ['/build/', '/node_modules/', '/__tests__/', 'tests'],
coverageDirectory: '<rootDir>/coverage/',
projects: [
'<rootDir>/packages/*/jest.config.ts',
'<rootDir>/tests/jest.config.ts',
'<rootDir>/samples/extension-module/jest.config.ts',
],
projects: ['<rootDir>/packages/core/jest.config.ts'],
}

export default config
1 change: 1 addition & 0 deletions packages/core/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const config: Config.InitialOptions = {
...base,
displayName: packageJson.name,
setupFilesAfterEnv: ['./tests/setup.ts'],
testMatch: ['**/*/sdJwtVc.test.ts', '**/*/SdJwtVcService.test.ts', '**/*/SdJwtVcModule.test.ts'],
}

export default config

0 comments on commit f289a82

Please sign in to comment.