q9
This commit is contained in:
17
node_modules/cypress/index.mjs
generated
vendored
Normal file
17
node_modules/cypress/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import module from 'module'
|
||||
|
||||
const require = module.createRequire(import.meta.url)
|
||||
|
||||
const cypress = require('./lib/cypress')
|
||||
|
||||
export default cypress
|
||||
|
||||
export const defineConfig = cypress.defineConfig
|
||||
|
||||
export const defineComponentFramework = cypress.defineComponentFramework
|
||||
|
||||
export const run = cypress.run
|
||||
|
||||
export const open = cypress.open
|
||||
|
||||
export const cli = cypress.cli
|
||||
Reference in New Issue
Block a user