mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 01:36:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
const { defineConfig } = require("cypress");
 | 
						|
 | 
						|
module.exports = defineConfig({
 | 
						|
  e2e: {
 | 
						|
    setupNodeEvents(on, config) {
 | 
						|
      // implement node event listeners here
 | 
						|
    },
 | 
						|
  },
 | 
						|
});
 |