jest-dynalite
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "jest-dynalite", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Run your tests using Jest & Dynalite", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# jest-dynalite | ||
![Pipeline status](https://github.com/freshollie/jest-dynalite/workflows/Pipeline/badge.svg) | ||
![Npm version](https://img.shields.io/npm/v/jest-dynalite) | ||
[![Pipeline status](https://github.com/freshollie/jest-dynalite/workflows/Pipeline/badge.svg)](https://github.com/freshollie/jest-dynalite/actions) | ||
[![Npm version](https://img.shields.io/npm/v/jest-dynalite)](https://www.npmjs.com/package/jest-dynalite) | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
@@ -30,3 +30,3 @@ | ||
... | ||
preset: "./jest-preset.js" | ||
preset: "jest-dynalite" | ||
} | ||
@@ -33,0 +33,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
10923