From 813329600c2c7022b006ba566a869179db067089 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 3 Jul 2023 19:34:33 -0700 Subject: fix python version on windows, other bugs, jest --- extension/jest.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extension/jest.config.js (limited to 'extension/jest.config.js') diff --git a/extension/jest.config.js b/extension/jest.config.js new file mode 100644 index 00000000..d5393251 --- /dev/null +++ b/extension/jest.config.js @@ -0,0 +1,4 @@ +module.exports = { + testEnvironment: "node", + preset: "ts-jest", +}; -- cgit v1.2.3-70-g09d2