MCPcopy 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
127function printFooter() {
128 output.print()
129 output.print('--- DRY MODE: No tests were executed ---')
130}
131
132function removeDuplicates(inputString) {
133 const array = inputString.split('\n')

Callers 1

printTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected