jest-preset-stylelint
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -151,3 +151,3 @@ export type TestCase = { | ||
*/ | ||
loadLint?: () => Promise<import('stylelint').lint>; | ||
loadLint?: () => Promise<(typeof import('stylelint'))['lint']>; | ||
}; | ||
@@ -154,0 +154,0 @@ |
{ | ||
"name": "jest-preset-stylelint", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "Jest preset for Stylelint plugins.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
18734