-
Notifications
You must be signed in to change notification settings - Fork 31
build: upgrade jest to 30 #3413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
cad71b4
0994724
21de8bc
815f270
6bbf58c
9e53fa3
c0e725e
bb7f71b
391e32c
cd9ac42
76bfcf6
754a92d
3fb3319
af15b92
9f9495d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| eslint-plugin-gamut: minor | ||
| gamut-illustrations: minor | ||
| gamut-patterns: minor | ||
| gamut-styles: minor | ||
| gamut-icons: minor | ||
| gamut-tests: minor | ||
| variance: minor | ||
| gamut: minor | ||
| --- | ||
|
|
||
| Bumps Jest from 29.6.4 → 30.x across the gamut monorepo, refreshes the testing-library family to match, and removes some dead jest-related deps. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -369,6 +369,15 @@ describe('Modal', () => { | |
| children: 'Cancel', | ||
| }, | ||
| }, | ||
| { | ||
| title: 'Multi view', | ||
| children: <>View 2</>, | ||
| primaryCta: { actionType: 'confirm', children: 'Done' }, | ||
| secondaryCta: { | ||
| actionType: 'cancel', | ||
| children: 'Cancel', | ||
| }, | ||
| }, | ||
|
Comment on lines
+372
to
+380
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this seems out of place, why did this need to change?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh! it was a real test failure where the next button was disabled bc it was testing multiview with only one view. selling the jest bump with this one example! |
||
| ], | ||
| }); | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| /** @jest-config-loader ts-node */ | ||
| /* eslint-disable */ | ||
| import base from '../../jest.config.base'; | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think you want only one of these version plans or NX might get confused