chore: enable disabled `BigInt` test (#15576)

This commit is contained in:
Simen Bekkhus 2025-04-18 10:07:59 +02:00 committed by GitHub
parent 0900f920d6
commit 6b01b5db33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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