mirror of
				https://github.com/Mastermindzh/react-starter-kit.git
				synced 2025-11-04 10:48:54 +01:00 
			
		
		
		
	added cypress
This commit is contained in:
		@@ -2,8 +2,11 @@ const config = {
 | 
			
		||||
  version: "0.1.0",
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
window.config = config;
 | 
			
		||||
 | 
			
		||||
if (module) {
 | 
			
		||||
  module.exports = config;
 | 
			
		||||
try {
 | 
			
		||||
  window.config = config;
 | 
			
		||||
  if (module) {
 | 
			
		||||
    module.exports = config;
 | 
			
		||||
  }
 | 
			
		||||
} catch {
 | 
			
		||||
  // ignore
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user