Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ printFooter
Function
printFooter
lib/command/dryRun.js:127–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
function
printFooter() {
128
output.print()
129
output.print(
'--- DRY MODE: No tests were executed ---'
)
130
}
131
132
function
removeDuplicates(inputString) {
133
const
array = inputString.split(
'\n'
)
Callers
1
printTests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected