Skip to content

22.4.2

Compare
Choose a tag to compare
@kulshekhar kulshekhar released this 18 Mar 21:35
· 3516 commits to main since this release
b4628f0

added a flag to allow disabling sourcemap support

{
  "globals: {
    "ts-jest": {
      "disableSourceMapSupport": true
    }
  }
}