MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / humanize

Method humanize

lib/step/base.js:105–107  ·  view source on GitHub ↗

@return {string}

()

Source from the content-addressed store, hash-verified

103
104 /** @return {string} */
105 humanize() {
106 return humanizeString(this.title)
107 }
108
109 /** @return {string} */
110 humanizeArgs() {

Callers 3

toStringMethod · 0.95
toCliStyledMethod · 0.95
steps_test.jsFile · 0.45

Calls 1

humanizeStringFunction · 0.90

Tested by

no test coverage detected