@gasket/plugin-jest
Advanced tools
Comparing version 7.0.1 to 7.0.10
@@ -54,2 +54,3 @@ /// <reference types="@gasket/core" /> | ||
'@types/jest': devDependencies['@types/jest'], | ||
'cross-env': devDependencies['cross-env'], | ||
'ts-jest': devDependencies['ts-jest'], | ||
@@ -60,3 +61,3 @@ 'ts-node': devDependencies['ts-node'] | ||
pkg.add('scripts', { | ||
'test': 'TS_NODE_PROJECT=./tsconfig.test.json jest', | ||
'test': "cross-env NODE_OPTIONS='--unhandled-rejections=strict --experimental-vm-modules' jest", | ||
'test:watch': 'npm run test -- --watchAll', | ||
@@ -63,0 +64,0 @@ 'test:coverage': 'npm run test -- --coverage' |
{ | ||
"name": "@gasket/plugin-jest", | ||
"version": "7.0.1", | ||
"version": "7.0.10", | ||
"description": "Integrated jest into your application.", | ||
@@ -75,3 +75,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0426b7f57bc2618606955912c0f3cd55174f5367" | ||
"gitHead": "c5fa21f1d122186892efc799d39c0e4a2619638d" | ||
} |
7570
108