From f37ad9c134765f05473f2fa496724e4b0e013dc2 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Mon, 13 Feb 2023 03:25:30 +0900 Subject: [PATCH] Update jest.config.json --- jest.config.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/jest.config.json b/jest.config.json index 1626a51..630e240 100644 --- a/jest.config.json +++ b/jest.config.json @@ -1,11 +1,8 @@ { "clearMocks": true, - "moduleFileExtensions": ["js", "ts"], + "moduleFileExtensions": ["js"], "testEnvironment": "node", - "testMatch": ["**/*.test.ts"], + "testMatch": ["**/*.test.js"], "testRunner": "jest-circus/runner", - "transform": { - "^.+\\.ts$": "ts-jest" - }, "verbose": true }