mirror of https://github.com/facebook/jest.git
chore: enable disabled `BigInt` test (#15576)
This commit is contained in:
parent
0900f920d6
commit
6b01b5db33
|
@ -61,7 +61,7 @@ test('handles functions that close over outside variables', async () => {
|
|||
expect(rest).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test.skip('handles errors with BigInt', async () => {
|
||||
test('handles errors with BigInt', async () => {
|
||||
const testFileContent = `
|
||||
test('dummy', () => {
|
||||
expect(1n).toEqual(2n);
|
||||
|
|
|
@ -10654,11 +10654,11 @@ __metadata:
|
|||
linkType: hard
|
||||
|
||||
"estree-util-value-to-estree@npm:^3.0.1":
|
||||
version: 3.2.1
|
||||
resolution: "estree-util-value-to-estree@npm:3.2.1"
|
||||
version: 3.3.3
|
||||
resolution: "estree-util-value-to-estree@npm:3.3.3"
|
||||
dependencies:
|
||||
"@types/estree": ^1.0.0
|
||||
checksum: 0feacd3d52be8122c954d4c6b0784331ea389ccd12cd465f3c4ef46d140374e2a5f508263616d27b5b69429cb58233538b10045b9823dfd46ed57d422b971bdf
|
||||
checksum: 73851f26715300046228cf8a36986c101d6741d7a2b024f684675e75d1191bc07b0dc069926876729efd5650343d23bffe76104221b7dc862965632302b05524
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in New Issue