chore: fix config

This commit is contained in:
mathuo 2024-04-17 19:49:11 +01:00
parent 9642dd844d
commit 936499aa1e
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ const config: JestConfigWithTsJest = {
preset: 'ts-jest',
roots: ['<rootDir>/packages/dockview-angular'],
modulePaths: ['<rootDir>/packages/dockview-angular/src'],
displayName: { name: 'dockview', color: 'blue' },
displayName: { name: 'dockview-angular', color: 'blue' },
rootDir: '../../',
collectCoverageFrom: [
'<rootDir>/packages/dockview-angular/src/**/*.{js,jsx,ts,tsx}',

View File

@ -4,7 +4,7 @@ const config: JestConfigWithTsJest = {
preset: 'ts-jest',
roots: ['<rootDir>/packages/dockview-react'],
modulePaths: ['<rootDir>/packages/dockview-react/src'],
displayName: { name: 'dockview', color: 'blue' },
displayName: { name: 'dockview-react', color: 'blue' },
rootDir: '../../',
collectCoverageFrom: [
'<rootDir>/packages/dockview-react/src/**/*.{js,jsx,ts,tsx}',