From 3445ab29edc95f031081c8b66062f593ccc6d13b Mon Sep 17 00:00:00 2001 From: Matteo Gioioso Date: Wed, 17 Apr 2024 14:50:11 +0300 Subject: [PATCH] chore(): fix jest --- jest.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jest.config.js diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..5907a06 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,3 @@ +module.exports = { + testEnvironment: "node", +} \ No newline at end of file