Socket
Socket
Sign inDemoInstall

ts-jest

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-jest - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

package.json
{
"name": "ts-jest",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.ts",

@@ -27,6 +27,3 @@ "description": "A preprocessor with sourcemap support to help use Typescript with Jest",

"jest": {
"automock": false,
"testFileExtensions": [
"js"
],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(js)$",
"moduleFileExtensions": [

@@ -33,0 +30,0 @@ "js"

@@ -23,7 +23,3 @@ # ts-jest

"scriptPreprocessor": "<rootDir>/node_modules/ts-jest/preprocessor.js",
"testFileExtensions": [
"ts",
"tsx",
"js"
],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(js)$",
"moduleFileExtensions": [

@@ -34,8 +30,2 @@ "ts",

],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react/",
"<rootDir>/node_modules/react-dom/",
"<rootDir>/node_modules/react-addons-test-utils/",
"<rootDir>/node_modules/ts-jest/"
],
"globals": {

@@ -42,0 +32,0 @@ "__TS_CONFIG__": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc