From 43a29e175744728b556508d237a14a2f81fee729 Mon Sep 17 00:00:00 2001 From: Welly Shen Date: Thu, 21 May 2020 19:03:24 +0800 Subject: [PATCH] chore(package.json): use plugin:testing-library/react instead of plugin:testing-library/recommended --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b709240..e13ab95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cool-starter", - "version": "3.7.1", + "version": "3.7.2", "description": "A starter boilerplate for a universal web application with the best development experience and best practices.", "license": "MIT", "homepage": "https://github.com/wellyshen/react-cool-starter", @@ -102,7 +102,7 @@ "plugin:jest/recommended", "plugin:jest/style", "plugin:jest-dom/recommended", - "plugin:testing-library/recommended", + "plugin:testing-library/react", "plugin:prettier/recommended", "prettier/@typescript-eslint", "prettier/react"