jest-runner-prettier
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -23,20 +23,20 @@ module.exports = { | ||
testMatch: [ | ||
"**/*js", | ||
"**/*mjs", | ||
"**/*jsx", | ||
"**/*vue", | ||
"**/*ts", | ||
"**/*tsx", | ||
"**/*css", | ||
"**/*less", | ||
"**/*scss", | ||
"**/*html", | ||
"**/*json", | ||
"**/*graphql", | ||
"**/*md", | ||
"**/*markdown", | ||
"**/*mdx", | ||
"**/*yaml", | ||
"**/*yml" | ||
"**/*.js", | ||
"**/*.mjs", | ||
"**/*.jsx", | ||
"**/*.vue", | ||
"**/*.ts", | ||
"**/*.tsx", | ||
"**/*.css", | ||
"**/*.less", | ||
"**/*.scss", | ||
"**/*.html", | ||
"**/*.json", | ||
"**/*.graphql", | ||
"**/*.md", | ||
"**/*.markdown", | ||
"**/*.mdx", | ||
"**/*.yaml", | ||
"**/*.yml" | ||
] | ||
}; |
{ | ||
"name": "jest-runner-prettier", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A prettier runner for Jest", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -85,19 +85,19 @@ [![Build Status](https://travis-ci.org/keplersj/jest-runner-prettier.svg?branch=master)](https://travis-ci.org/keplersj/jest-runner-prettier) | ||
"testMatch": [ | ||
"**/*js", | ||
"**/*mjs", | ||
"**/*jsx", | ||
"**/*vue", | ||
"**/*ts", | ||
"**/*tsx", | ||
"**/*css", | ||
"**/*less", | ||
"**/*scss", | ||
"**/*html", | ||
"**/*json", | ||
"**/*graphql", | ||
"**/*md", | ||
"**/*markdown", | ||
"**/*mdx", | ||
"**/*yaml", | ||
"**/*yml" | ||
"**/*.js", | ||
"**/*.mjs", | ||
"**/*.jsx", | ||
"**/*.vue", | ||
"**/*.ts", | ||
"**/*.tsx", | ||
"**/*.css", | ||
"**/*.less", | ||
"**/*.scss", | ||
"**/*.html", | ||
"**/*.json", | ||
"**/*.graphql", | ||
"**/*.md", | ||
"**/*.markdown", | ||
"**/*.mdx", | ||
"**/*.yaml", | ||
"**/*.yml" | ||
] | ||
@@ -133,19 +133,19 @@ } | ||
testMatch: [ | ||
"**/*js", | ||
"**/*mjs", | ||
"**/*jsx", | ||
"**/*vue", | ||
"**/*ts", | ||
"**/*tsx", | ||
"**/*css", | ||
"**/*less", | ||
"**/*scss", | ||
"**/*html", | ||
"**/*json", | ||
"**/*graphql", | ||
"**/*md", | ||
"**/*markdown", | ||
"**/*mdx", | ||
"**/*yaml", | ||
"**/*yml" | ||
"**/*.js", | ||
"**/*.mjs", | ||
"**/*.jsx", | ||
"**/*.vue", | ||
"**/*.ts", | ||
"**/*.tsx", | ||
"**/*.css", | ||
"**/*.less", | ||
"**/*.scss", | ||
"**/*.html", | ||
"**/*.json", | ||
"**/*.graphql", | ||
"**/*.md", | ||
"**/*.markdown", | ||
"**/*.mdx", | ||
"**/*.yaml", | ||
"**/*.yml" | ||
] | ||
@@ -152,0 +152,0 @@ }; |
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
23350