mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05: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"
 | 
						|
  }
 | 
						|
})
 |