Comparing version 2.3.0 to 2.4.0
@@ -65,2 +65,3 @@ const vueCompiler = require('vue-template-compiler') | ||
const map = generateSourceMap(script, '', filePath, scriptSrc, inputMap) | ||
let output = ';(function(){\n' + script + '\n})()\n' + | ||
@@ -90,3 +91,3 @@ 'var defaultExport = (module.exports.__esModule) ? module.exports.default : module.exports;' + | ||
if ((parts.styles.some(ast => /^scss|sass|less|pcss|postcss/.test(ast.lang))) && logger.shouldLogStyleWarn) { | ||
logger.warn('Sass, Less and PostCSS are not currently compiled by vue-jest') | ||
!config.hideStyleWarn && logger.warn('Sass, Less and PostCSS are not currently compiled by vue-jest') | ||
logger.shouldLogStyleWarn = false | ||
@@ -93,0 +94,0 @@ } |
{ | ||
"name": "vue-jest", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Jest Vue transform", | ||
@@ -5,0 +5,0 @@ "main": "vue-jest.js", |
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
21952
135951