Skip to content

Jest version dependency issue #16

@aflores

Description

@aflores

Hello,

There seems to be an issue with the version of jest in the current packages.json file

npm install
Works fine. but:

npm start
Fails with:

`/rtk-github-issues-example/node_modules/jest-diff/build/diffLines.d.ts
TypeScript error in /rtk-github-issues-example/node_modules/jest-diff/build/diffLines.d.ts(8,13):
'=' expected. TS1005

 6 |  */
 7 | import { Diff } from './cleanupSemantic';

8 | import type { DiffOptions } from './types';
| ^
9 | export declare const diffLinesUnified: (aLines: string[], bLines: string[], options?: DiffOptions | undefined) => string;
10 | export declare const diffLinesUnified2: (aLinesDisplay: string[], bLinesDisplay: string[], aLinesCompare: string[], bLinesCompare: string[], options?: DiffOptions | undefined) => string;
11 | export declare const diffLinesRaw: (aLines: string[], bLines: string[]) => Diff[];`

In packages.json, I replaced:
"@types/jest": "24.0.18"

with:
"@types/jest": "^24.2.2"

And the app works fine nowl.

Thanks for such a detailed example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions