mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	fix: add __BASE_PATH__ to jest config
This commit is contained in:
		@@ -15,7 +15,8 @@ module.exports = {
 | 
			
		||||
    'node_modules/(?!(gatsby)/)'
 | 
			
		||||
  ],
 | 
			
		||||
  globals: {
 | 
			
		||||
    __PATH_PREFIX__: ''
 | 
			
		||||
    __PATH_PREFIX__: '',
 | 
			
		||||
    __BASE_PATH__: '',
 | 
			
		||||
  },
 | 
			
		||||
  setupFiles: ['<rootDir>/jest/loadershim.js']
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user