mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-19 06:38:45 -05:00
2ab4ee8bf4
and var -> const in zunder-related files
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
|
|
)()
|