mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-31 02:17:01 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const { defineConfig } = require("cypress")
 | |
| 
 | |
| module.exports = defineConfig({
 | |
|   component: {
 | |
|     devServer: {
 | |
|       framework: "nuxt",
 | |
|       bundler: "webpack"
 | |
|     },
 | |
|     specPattern: "cypress/tests/**/*.cy.js"
 | |
|   }
 | |
| })
 |