diff --git a/packages/stylelint-config-wordpress/CHANGELOG.md b/packages/stylelint-config-wordpress/CHANGELOG.md index d7d6c229c3d226..e1d8cd78e633f6 100644 --- a/packages/stylelint-config-wordpress/CHANGELOG.md +++ b/packages/stylelint-config-wordpress/CHANGELOG.md @@ -13,6 +13,7 @@ - Deprecated `media-feature-no-missing-punctuation` rule. - Deprecated `selector-no-empty` rule. - Refactor: Switch from AVA to Jest for tests. +- Refactor: Switch from eslint-plugin-ava to eslint-plugin-jest. # 9.1.1 diff --git a/packages/stylelint-config-wordpress/package.json b/packages/stylelint-config-wordpress/package.json index fe1dfedbc67fc4..59ea355c90204b 100644 --- a/packages/stylelint-config-wordpress/package.json +++ b/packages/stylelint-config-wordpress/package.json @@ -38,7 +38,7 @@ "devDependencies": { "eslint": "^3.19.0", "eslint-config-stylelint": "^6.0.0", - "eslint-plugin-ava": "^4.0.0", + "eslint-plugin-jest": "^19.0.1", "jest": "^19.0.2", "npm-run-all": "^4.0.0", "npmpub": "^3.0.3", @@ -64,10 +64,11 @@ "ecmaVersion": 8 }, "plugins": [ - "ava" + "jest" ], "extends": [ - "stylelint" + "stylelint", + "plugin:jest/recommended" ], "env": { "jest": true