Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
function
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
Build
Function · 0.85
Calls
2
isDevMode
Function · 0.85
Error
Function · 0.85
Tested by
no test coverage detected