Skip to content

Commit

Permalink
copyright notice on top
Browse files Browse the repository at this point in the history
  • Loading branch information
yacinehmito committed Dec 8, 2019
1 parent ad82487 commit c8515d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/jest-core/src/getProjectDisplayName.ts
@@ -1,12 +1,12 @@
import {Config} from '@jest/types';

/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

import {Config} from '@jest/types';

export default function getProjectDisplayName(
projectConfig: Config.ProjectConfig,
): string | undefined {
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-core/src/getProjectsRunningMessage.ts
@@ -1,13 +1,13 @@
import {Config} from '@jest/types';
import getProjectDisplayName from './getProjectDisplayName';

/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

import {Config} from '@jest/types';
import getProjectDisplayName from './getProjectDisplayName';

export default function getProjectsRunningMessage(
projectConfigs: Array<Config.ProjectConfig>,
): string {
Expand Down

0 comments on commit c8515d1

Please sign in to comment.