@nuxt/test-utils
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.2](https://github.com/nuxt-community/module-test-utils/compare/v0.1.1...v0.1.2) (2020-12-15) | ||
### Bug Fixes | ||
* fix exported jest preset with node target ([66b9a88](https://github.com/nuxt-community/module-test-utils/commit/66b9a88a390b609ffc04c3aefa451e07c3c5e079)) | ||
### 0.1.1 (2020-12-15) | ||
@@ -7,0 +14,0 @@ |
@@ -8,3 +8,6 @@ module.exports = { | ||
{ | ||
presets: ['@babel/preset-env', '@babel/preset-typescript'], | ||
presets: [ | ||
['@babel/preset-env', { targets: { node: 'current' } }], | ||
'@babel/preset-typescript' | ||
], | ||
plugins: ['@babel/plugin-transform-runtime'] | ||
@@ -11,0 +14,0 @@ } |
{ | ||
"name": "@nuxt/test-utils", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Test utilities for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "repository": "nuxt-community/module-test-utils", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19465
300