Skip to content

Commit

Permalink
ISSUE-10577: Fix file header
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryMakhnev committed Jul 22, 2024
1 parent 0b2eb63 commit 562503e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/jest-worker/src/workers/isDataCloneError.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// https://webidl.spec.whatwg.org/#datacloneerror
const DATA_CLONE_ERROR_CODE = 25;

Expand Down

0 comments on commit 562503e

Please sign in to comment.