Skip to content

Commit 6a75acf

Browse files
committed
Fix lint: add copyright header
1 parent e2c65f8 commit 6a75acf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/jest-core/src/runCore.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
18
import exit = require('exit');
29
import {CustomConsole} from '@jest/console';
310
import type {AggregatedResult, TestContext} from '@jest/test-result';

0 commit comments

Comments
 (0)