Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-runner-prettier

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-runner-prettier - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

34

jest-preset.js

@@ -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 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc