@gasket/plugin-jest
Advanced tools
Comparing version 7.0.0-next.41 to 7.0.0-next.42
@@ -1,2 +0,2 @@ | ||
const nextJest = require('next/jest'); | ||
import nextJest from 'next/jest.js'; | ||
const pathToApp = 'pages'; | ||
@@ -13,2 +13,2 @@ const createJestConfig = nextJest(pathToApp); | ||
module.exports = createJestConfig(customJestConfig); | ||
export default createJestConfig(customJestConfig); |
{ | ||
"name": "@gasket/plugin-jest", | ||
"version": "7.0.0-next.41", | ||
"version": "7.0.0-next.42", | ||
"description": "Integrated jest into your application.", | ||
@@ -77,3 +77,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "60168b97e936fbc85a1eb9863f6bf202bb055a81" | ||
"gitHead": "d96c86a52f608ea702f9b91a5a72f3b19389877c" | ||
} |
6304