mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-24 13:58:50 +01:00
fix: add __BASE_PATH__ to jest config
This commit is contained in:
parent
90967549af
commit
5e00151d0b
@ -15,7 +15,8 @@ module.exports = {
|
||||
'node_modules/(?!(gatsby)/)'
|
||||
],
|
||||
globals: {
|
||||
__PATH_PREFIX__: ''
|
||||
__PATH_PREFIX__: '',
|
||||
__BASE_PATH__: '',
|
||||
},
|
||||
setupFiles: ['<rootDir>/jest/loadershim.js']
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user