From b11fac80838968dda9c899dba2ccccf5fc31137c Mon Sep 17 00:00:00 2001 From: Erik Moura Date: Sun, 6 Aug 2023 18:39:11 -0300 Subject: [PATCH] test: update `testMatch` for RTL tests (#1434) --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index bc4f6ec6e0..c828429473 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -8,7 +8,7 @@ const config: Config = { testEnvironmentOptions: { url: 'http://localhost', }, - testMatch: ['**/rtl-spec/*.spec.*', '**/tests/**/*-spec.{ts,tsx}'], + testMatch: ['**/rtl-spec/**/*.spec.*', '**/tests/**/*-spec.{ts,tsx}'], resetMocks: true, bail: true, resetModules: true,