mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 06:18:58 +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)/)'
|
'node_modules/(?!(gatsby)/)'
|
||||||
],
|
],
|
||||||
globals: {
|
globals: {
|
||||||
__PATH_PREFIX__: ''
|
__PATH_PREFIX__: '',
|
||||||
|
__BASE_PATH__: '',
|
||||||
},
|
},
|
||||||
setupFiles: ['<rootDir>/jest/loadershim.js']
|
setupFiles: ['<rootDir>/jest/loadershim.js']
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user