mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 11:54:10 +00:00 
			
		
		
		
	chore: remove rogue log
This commit is contained in:
		
							parent
							
								
									cbad2f0acf
								
							
						
					
					
						commit
						26d6bb17ce
					
				@ -3,8 +3,6 @@
 | 
				
			|||||||
const baseConfig = require('../../../jest.base-config.front');
 | 
					const baseConfig = require('../../../jest.base-config.front');
 | 
				
			||||||
const pkg = require('./package.json');
 | 
					const pkg = require('./package.json');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
console.log('BASE', baseConfig);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
module.exports = {
 | 
					module.exports = {
 | 
				
			||||||
  ...baseConfig,
 | 
					  ...baseConfig,
 | 
				
			||||||
  displayName: (pkg.strapi && pkg.strapi.name) || pkg.name,
 | 
					  displayName: (pkg.strapi && pkg.strapi.name) || pkg.name,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user