diff --git a/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.js b/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js similarity index 97% rename from packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.js rename to packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js index bed9b6afdc78..606580f19d3c 100644 --- a/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.js +++ b/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js @@ -1,7 +1,9 @@ /** - * Copyright 2004-present Facebook. All Rights Reserved. + * Copyright (c) 2014-present, Facebook, Inc. 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. * - * @emails oncall+javascript_foundation * @flow */