We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c65f8 commit 6a75acfCopy full SHA for 6a75acf
packages/jest-core/src/runCore.ts
@@ -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
+
8
import exit = require('exit');
9
import {CustomConsole} from '@jest/console';
10
import type {AggregatedResult, TestContext} from '@jest/test-result';
0 commit comments