Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jestjs/jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73acec3ab7f629779f0a63d0984afaae817bf6be
Choose a base ref
..
head repository: jestjs/jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 05a34ec6d6e28c396a2446421c5e95dc9ba8cd34
Choose a head ref
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
- `[jest-watcher]`: Migrate to TypeScript ([#7843](https://github.com/facebook/jest/pull/7843))
- `[jest-mock]`: Migrate to TypeScript ([#7847](https://github.com/facebook/jest/pull/7847), [#7850](https://github.com/facebook/jest/pull/7850))
- `[jest-worker]`: Migrate to TypeScript ([#7853](https://github.com/facebook/jest/pull/7853))
- `[jest-haste-map]`: Migrate to TypeScript
- `[jest-haste-map]`: Migrate to TypeScript ([#7854](https://github.com/facebook/jest/pull/7854))

### Performance

1 change: 0 additions & 1 deletion packages/jest-cli/src/TestSequencer.js
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ import type {Context} from 'types/Context';
import type {Test} from 'types/TestRunner';

import fs from 'fs';
// $FlowFixMe: Missing ESM export
import {getCacheFilePath} from 'jest-haste-map';

const FAIL = 0;
Original file line number Diff line number Diff line change
@@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/

import {extract} from '../dependencyExtractor';
2 changes: 0 additions & 2 deletions packages/jest-haste-map/src/lib/__tests__/fast_path.test.js
Original file line number Diff line number Diff line change
@@ -7,8 +7,6 @@
*
*/

'use strict';

import path from 'path';
import {relative, resolve} from '../fast_path';

Original file line number Diff line number Diff line change
@@ -7,8 +7,6 @@
*
*/

'use strict';

import getPlatformExtension from '../getPlatformExtension';

describe('getPlatformExtension', () => {
Original file line number Diff line number Diff line change
@@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/

import isRegExpSupported from '../isRegExpSupported';
2 changes: 2 additions & 0 deletions scripts/ConditionalTest.ts → scripts/ConditionalTest.js
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/

/* eslint-disable jest/no-focused-tests */