Skip to content

Commit

Permalink
test(crypto): use correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sa committed Sep 11, 2023
1 parent 01fb5f4 commit 93b2034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/crypto/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import type { Config } from 'jest';

export default {
displayName: 'core',
displayName: 'crypto',
preset: '../../jest.preset.js',
testEnvironment: 'node',
transform: {
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
},
moduleFileExtensions: ['ts', 'js', 'html'],
coverageDirectory: '../../coverage/packages/core',
coverageDirectory: '../../coverage/packages/crypto',
} as Config;

0 comments on commit 93b2034

Please sign in to comment.