eslint-plugin-jest-formatting
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "eslint-plugin-jest-formatting", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Formatting rules for test written with jest", | ||
@@ -26,8 +26,8 @@ "keywords": [ | ||
"eslint": "5.16.0", | ||
"jest": "24.6.0" | ||
"jest": "24.7.1" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"node": ">=8.0.0" | ||
}, | ||
"license": "ISC" | ||
"license": "MIT" | ||
} |
@@ -51,5 +51,5 @@ [![CircleCI](https://circleci.com/gh/dangreenisrael/eslint-plugin-jest-formatting/tree/master.svg?style=svg)](https://circleci.com/gh/dangreenisrael/eslint-plugin-jest-formatting/tree/master) | ||
* [padding-test-blocks](docs/rules/padding-test-blocks.md) | ||
* [padding-before-test-blocks](docs/rules/padding-before-test-blocks.md) | ||
* [padding-describe-blocks](docs/rules/padding-describe-blocks.md) | ||
* [padding-before-describe-blocks](docs/rules/padding-before-describe-blocks.md) | ||
@@ -56,0 +56,0 @@ |
@@ -49,18 +49,22 @@ /** | ||
const invalidTests = ` | ||
test('foo', ()=>{ | ||
describe('foo', ()=>{ | ||
test('foo', ()=>{ | ||
}) | ||
test('bar', ()=>{ | ||
}) | ||
test('bar', ()=>{ | ||
}) | ||
}) | ||
}); | ||
`; | ||
const validTests = ` | ||
test('foo', ()=>{ | ||
describe('foo', ()=>{ | ||
test('foo', ()=>{ | ||
}) | ||
}) | ||
test('bar', ()=>{ | ||
test('bar', ()=>{ | ||
}) | ||
}) | ||
}); | ||
`; | ||
@@ -67,0 +71,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
175197
17
0
321
0