mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 00:19:11 -05:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
const run = (options, loading) => {
|
|
return require('./run').run(options, loading)
|
|
}
|
|
|
|
module.exports = {
|
|
run,
|
|
}
|