From c55893eb70bdee319e4f120a94b488fb799fe4de Mon Sep 17 00:00:00 2001 From: Alessio Occhipinti Date: Sun, 2 Oct 2022 19:05:26 +0200 Subject: [PATCH] fix: removed useless dep (#45) --- src/apps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps.ts b/src/apps.ts index 5d46af4..da7525f 100644 --- a/src/apps.ts +++ b/src/apps.ts @@ -22,7 +22,6 @@ export const getCommonApp = (appName: string) => ({ '@commitlint/cli', '@testing-library/jest-dom', '@testing-library/react', - '@testing-library/react-hooks', '@types/jest', '@types/node', '@types/react',