From 6b6a0ec430a5dc12136a094da7877214ed00535a Mon Sep 17 00:00:00 2001 From: chasevoorhees <chase@csvsoftware.com> Date: Wed, 6 Dec 2023 17:58:51 -0700 Subject: [PATCH] update axios import into jest --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index dbd4b77a3a..ef876a12eb 100644 --- a/jest.config.js +++ b/jest.config.js @@ -36,6 +36,7 @@ module.exports = { globalTeardown: '<rootDir>/test/teardown.ts', moduleNameMapper: { eccrypto: '<rootDir>/test/mock/eccrypto-mock.js', + axios: '<rootDir>/node_modules/axios/dist/node/axios.cjs' }, testPathIgnorePatterns: ['/node_modules/', 'test-helpers'], };