From 84da553b99b1fadd184dd9502b31e95a384fd4f1 Mon Sep 17 00:00:00 2001 From: Pablo Molina Date: Fri, 9 Feb 2024 17:53:05 -0500 Subject: [PATCH] Use commonjs axios build for tests --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index e3ba609..328197b 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,10 @@ }, "devDependencies": { "edit-json-file": "^1.4.0" + }, + "jest": { + "moduleNameMapper": { + "^axios$": "axios/dist/node/axios.cjs" + } } }