From bf38dd22950f8f63b6f65472be3afcdcee0abf1f Mon Sep 17 00:00:00 2001 From: Scott Rees <6165315+reesscot@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:42:25 -0700 Subject: [PATCH] chore: fix jest tests for angular --- packages/angular/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/jest.config.js b/packages/angular/jest.config.js index 2fdce1c3126..d02ed449c71 100644 --- a/packages/angular/jest.config.js +++ b/packages/angular/jest.config.js @@ -20,7 +20,7 @@ module.exports = { moduleNameMapper: { '^uuid$': '/../../node_modules/uuid', '^nanoid$': '/../../node_modules/nanoid', - axios: 'axios/dist/node/axios.cjs', + axios: '/../../node_modules/axios/lib/axios.js', }, transform: { '^.+\\.{ts|tsx}?$': [