From 94ae861ae980a7b80c530ad726ed688e1b0597b6 Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Wed, 2 Aug 2023 00:03:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A(react)=20make=20datepicker=20utils?= =?UTF-8?q?=20tests=20a=20tsx=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to use vitest dependency, make the utils test file use a tsx extension. --- .../components/Forms/DatePicker/{utils.spec.ts => utils.spec.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/react/src/components/Forms/DatePicker/{utils.spec.ts => utils.spec.tsx} (100%) diff --git a/packages/react/src/components/Forms/DatePicker/utils.spec.ts b/packages/react/src/components/Forms/DatePicker/utils.spec.tsx similarity index 100% rename from packages/react/src/components/Forms/DatePicker/utils.spec.ts rename to packages/react/src/components/Forms/DatePicker/utils.spec.tsx