From 825d398dec5455af2ba339da7128325ac4e019f7 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 3 Jan 2025 20:07:40 +0000 Subject: [PATCH] Fix tests --- plugin/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/jest.config.js b/plugin/jest.config.js index 64bd511..840a552 100644 --- a/plugin/jest.config.js +++ b/plugin/jest.config.js @@ -1,6 +1,6 @@ module.exports = { testEnvironment: "node", - moduleFileExtensions: ["ts"], + moduleFileExtensions: ["js", "ts"], testMatch: ["**/src/**/*.test.ts"], transform: { "^.+\\.(ts|tsx)$": "ts-jest",