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", }, };