mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 06:40:56 -06:00
13 lines
210 B
JavaScript
13 lines
210 B
JavaScript
const z = require('zunder')
|
|
const u = z.undertaker
|
|
const setZunderConfig = require('./set-zunder-config')
|
|
|
|
setZunderConfig(z)
|
|
|
|
u.series(
|
|
z.applyTestEnv,
|
|
z.cleanTests,
|
|
z.buildTestScripts,
|
|
z.runTests
|
|
)()
|