MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / checkIsDevMode

Function checkIsDevMode

javascript/selenium-webdriver/lib/test/build.js:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30function checkIsDevMode() {
31 if (!isDevMode()) {
32 throw Error('Cannot execute build; not running in dev mode')
33 }
34}
35
36/**
37 * Targets that have been previously built.

Callers 1

BuildFunction · 0.85

Calls 2

isDevModeFunction · 0.85
ErrorFunction · 0.85

Tested by

no test coverage detected