diff --git a/jest/jest-config.js b/jest/jest-config.js index dc33b10..2211e85 100644 --- a/jest/jest-config.js +++ b/jest/jest-config.js @@ -15,7 +15,8 @@ module.exports = { 'node_modules/(?!(gatsby)/)' ], globals: { - __PATH_PREFIX__: '' + __PATH_PREFIX__: '', + __BASE_PATH__: '', }, setupFiles: ['/jest/loadershim.js'] };