From 887f57f460c5006b776fc8851b8f2441e34b481c Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 19 Oct 2022 12:45:40 -0400 Subject: [PATCH] Fix alias not working in test suite --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 25c9858c2..8f75f0c29 100644 --- a/jest.config.js +++ b/jest.config.js @@ -10,5 +10,6 @@ module.exports = { "/test/__mocks__/fileMock.js", "\\.(css|less)$": "/test/__mocks__/styleMock.js", "\\!!raw-loader!.*$": "/test/__mocks__/rawLoader.js", + "@player": "/src/Player", }, };