Skip to content

Commit ea5fdfd

Browse files
renovate[bot]renovate-botMeemaw
authored
Update jest monorepo (major) (#57)
* Update jest monorepo * fix errors Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Meemaw <[email protected]>
1 parent 03327ec commit ea5fdfd

File tree

3 files changed

+2439
-1433
lines changed

3 files changed

+2439
-1433
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const pack = require('./package');
55

66
const config: Config.InitialOptions = {
77
displayName: pack.name,
8-
name: pack.name,
8+
id: pack.name,
99
modulePaths: ['<rootDir>/src'],
1010
preset: 'ts-jest',
1111
testEnvironment: 'jsdom'

0 commit comments

Comments
 (0)