question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jest installed has not been tested with ts-jest warning

See original GitHub issue

Wondering how I can disable this warning on tests: screen shot 2019-02-15 at 12 02 13 pm

typescript: 3.3.3 ts-jest: 23.10.5 jest: 24.1.0

jest.config.js

  globals: {
    __PATH_PREFIX__: "",
    'ts-jest': {
      diagnostics: false
    }
  },

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:12

github_iconTop GitHub Comments

56reactions
kirankalyan5commented, Jun 12, 2019

any workaround for these warning?

8reactions
GeeWeecommented, Feb 15, 2019

Ts-jest does not yet support Jest 24. There are a few other issues tracking this progress.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ts-jest trouble with unit testing - typescript - Stack Overflow
I've installed jest for typescript, typings, and ts-jest config but I'm getting an error that says @types/jest isn't installed. main.test.ts /// ...
Read more >
Version checking | ts-jest - GitHub Pages
By default, ts-jest supports a range of versions for jest/typescript. One uses incompatible versions will receive a warning.
Read more >
ts-jest - npm
ts-jest. A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript. NPM version NPM downloads ......
Read more >
Nuxt.js & Vue.js jest returns error: “don't know how to turn this ...
ts-jest[versions] (WARN) Version 26.4.2 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported ...
Read more >
Configuring Jest
All modules used in your tests will have a replacement ... test. This does not remove any mock implementation that may have been...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found