@gasket/plugin-jest
Advanced tools
Comparing version 7.0.0-next.64 to 7.0.0-next.65
@@ -44,2 +44,8 @@ /// <reference types="@gasket/core" /> | ||
}); | ||
pkg.add('scripts', { | ||
'test': 'jest', | ||
'test:watch': 'jest --watchAll', | ||
'test:coverage': 'jest --coverage' | ||
}); | ||
} else if (apiApp) { | ||
@@ -46,0 +52,0 @@ if (typescript) { |
{ | ||
"name": "@gasket/plugin-jest", | ||
"version": "7.0.0-next.64", | ||
"version": "7.0.0-next.65", | ||
"description": "Integrated jest into your application.", | ||
@@ -79,3 +79,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b372e6c7768d61d6f3327df008db95a05a489098" | ||
"gitHead": "93fb05fe933682704607eed6a2dfc870cf35c2d1" | ||
} |
7516
107