-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
chore: Update @babel/* deps
#13422
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
chore: Update @babel/* deps
#13422
Changes from 15 commits
a6c0e50
9d67f64
944fa61
86c477e
eaa610b
ebb5390
e71215c
7783c4d
89796db
f45b04e
a39810a
7e73efd
7adfaa8
16a0a36
0db4273
c0f7c6d
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 |
|---|---|---|
|
|
@@ -41,14 +41,12 @@ exports[`works with all statuses 1`] = ` | |
| 28 | }); | ||
| 29 | | ||
| > 30 | test.failing.each([ | ||
| | ^ | ||
| | ^ | ||
|
Member
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 change is perfectly fine. would be even better to point at
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. This is difficult unless we completely control
Member
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. makes sense. And our usage of it is apparently broken anyways (see #9147) |
||
| 31 | {a: 1, b: 1, expected: 2}, | ||
| 32 | {a: 1, b: 2, expected: 3}, | ||
| 33 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
liuxingbaoyu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| at Object.<anonymous> (__tests__/statuses.test.js:30:1) | ||
| at Object.each (__tests__/statuses.test.js:30:14) | ||
|
|
||
| ● .add(1, 2) | ||
|
|
||
|
|
@@ -57,14 +55,12 @@ exports[`works with all statuses 1`] = ` | |
| 28 | }); | ||
| 29 | | ||
| > 30 | test.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 31 | {a: 1, b: 1, expected: 2}, | ||
| 32 | {a: 1, b: 2, expected: 3}, | ||
| 33 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at Object.<anonymous> (__tests__/statuses.test.js:30:1) | ||
| at Object.each (__tests__/statuses.test.js:30:14) | ||
|
|
||
| ● .add(2, 1) | ||
|
|
||
|
|
@@ -73,14 +69,12 @@ exports[`works with all statuses 1`] = ` | |
| 28 | }); | ||
| 29 | | ||
| > 30 | test.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 31 | {a: 1, b: 1, expected: 2}, | ||
| 32 | {a: 1, b: 2, expected: 3}, | ||
| 33 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at Object.<anonymous> (__tests__/statuses.test.js:30:1) | ||
| at Object.each (__tests__/statuses.test.js:30:14) | ||
|
|
||
| ● failing passes = fails | ||
|
|
||
|
|
@@ -130,14 +124,12 @@ exports[`works with concurrent and only mode 1`] = ` | |
| 15 | }); | ||
| 16 | | ||
| > 17 | test.concurrent.only.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 18 | {a: 1, b: 1, expected: 2}, | ||
| 19 | {a: 1, b: 2, expected: 3}, | ||
| 20 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithConcurrentOnlyMode.test.js:17:3 | ||
| at each (__tests__/worksWithConcurrentOnlyMode.test.js:17:32) | ||
| at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1) | ||
|
|
||
| ● block with concurrent › .add(1, 2) | ||
|
|
@@ -147,14 +139,12 @@ exports[`works with concurrent and only mode 1`] = ` | |
| 15 | }); | ||
| 16 | | ||
| > 17 | test.concurrent.only.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 18 | {a: 1, b: 1, expected: 2}, | ||
| 19 | {a: 1, b: 2, expected: 3}, | ||
| 20 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithConcurrentOnlyMode.test.js:17:3 | ||
| at each (__tests__/worksWithConcurrentOnlyMode.test.js:17:32) | ||
| at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1) | ||
|
|
||
| ● block with concurrent › .add(2, 1) | ||
|
|
@@ -164,14 +154,12 @@ exports[`works with concurrent and only mode 1`] = ` | |
| 15 | }); | ||
| 16 | | ||
| > 17 | test.concurrent.only.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 18 | {a: 1, b: 1, expected: 2}, | ||
| 19 | {a: 1, b: 2, expected: 3}, | ||
| 20 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithConcurrentOnlyMode.test.js:17:3 | ||
| at each (__tests__/worksWithConcurrentOnlyMode.test.js:17:32) | ||
| at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)" | ||
| `; | ||
|
|
||
|
|
@@ -225,14 +213,12 @@ exports[`works with concurrent mode 1`] = ` | |
| 15 | }); | ||
| 16 | | ||
| > 17 | test.concurrent.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 18 | {a: 1, b: 1, expected: 2}, | ||
| 19 | {a: 1, b: 2, expected: 3}, | ||
| 20 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithConcurrentMode.test.js:17:3 | ||
| at each (__tests__/worksWithConcurrentMode.test.js:17:27) | ||
| at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1) | ||
|
|
||
| ● block with concurrent › .add(1, 2) | ||
|
|
@@ -242,14 +228,12 @@ exports[`works with concurrent mode 1`] = ` | |
| 15 | }); | ||
| 16 | | ||
| > 17 | test.concurrent.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 18 | {a: 1, b: 1, expected: 2}, | ||
| 19 | {a: 1, b: 2, expected: 3}, | ||
| 20 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithConcurrentMode.test.js:17:3 | ||
| at each (__tests__/worksWithConcurrentMode.test.js:17:27) | ||
| at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1) | ||
|
|
||
| ● block with concurrent › .add(2, 1) | ||
|
|
@@ -259,14 +243,12 @@ exports[`works with concurrent mode 1`] = ` | |
| 15 | }); | ||
| 16 | | ||
| > 17 | test.concurrent.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 18 | {a: 1, b: 1, expected: 2}, | ||
| 19 | {a: 1, b: 2, expected: 3}, | ||
| 20 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithConcurrentMode.test.js:17:3 | ||
| at each (__tests__/worksWithConcurrentMode.test.js:17:27) | ||
| at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)" | ||
| `; | ||
|
|
||
|
|
@@ -300,14 +282,12 @@ exports[`works with only mode 1`] = ` | |
| 13 | }); | ||
| 14 | | ||
| > 15 | it.only.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 16 | {a: 1, b: 1, expected: 2}, | ||
| 17 | {a: 1, b: 2, expected: 3}, | ||
| 18 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithOnlyMode.test.js:15:3 | ||
| at each (__tests__/worksWithOnlyMode.test.js:15:19) | ||
| at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1) | ||
|
|
||
| ● block with only, should pass › .add(1, 2) | ||
|
|
@@ -317,14 +297,12 @@ exports[`works with only mode 1`] = ` | |
| 13 | }); | ||
| 14 | | ||
| > 15 | it.only.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 16 | {a: 1, b: 1, expected: 2}, | ||
| 17 | {a: 1, b: 2, expected: 3}, | ||
| 18 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithOnlyMode.test.js:15:3 | ||
| at each (__tests__/worksWithOnlyMode.test.js:15:19) | ||
| at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1) | ||
|
|
||
| ● block with only, should pass › .add(2, 1) | ||
|
|
@@ -334,14 +312,12 @@ exports[`works with only mode 1`] = ` | |
| 13 | }); | ||
| 14 | | ||
| > 15 | it.only.failing.each([ | ||
| | ^ | ||
| | ^ | ||
| 16 | {a: 1, b: 1, expected: 2}, | ||
| 17 | {a: 1, b: 2, expected: 3}, | ||
| 18 | {a: 2, b: 1, expected: 3}, | ||
|
|
||
| at ../../packages/jest-each/build/bind.js:45:11 | ||
| at Array.forEach (<anonymous>) | ||
| at __tests__/worksWithOnlyMode.test.js:15:3 | ||
| at each (__tests__/worksWithOnlyMode.test.js:15:19) | ||
| at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1) | ||
|
|
||
| ● block with only, should fail › failing passes = fails, should fail | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.