mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
done
This commit is contained in:
15
cypress.config.cjs
Normal file
15
cypress.config.cjs
Normal file
@@ -0,0 +1,15 @@
|
||||
/* eslint-disable no-undef */
|
||||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const { defineConfig } = require( 'cypress' );
|
||||
|
||||
module.exports = defineConfig( {
|
||||
'e2e': {
|
||||
// We've imported your old cypress plugins here.
|
||||
// You may want to clean this up later by importing these.
|
||||
setupNodeEvents ( on, config ) {
|
||||
return require( './cypress/plugins/index.cjs' )( on, config );
|
||||
},
|
||||
|
||||
'experimentalRunAllSpecs': true,
|
||||
},
|
||||
} );
|
||||
Reference in New Issue
Block a user