MCPcopy
hub / github.com/brunch/brunch / eOutputDoesNotContain

Function eOutputDoesNotContain

test/_utils.js:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109};
110
111const eOutputDoesNotContain = msg => {
112 if (_inspectE.output.join('\n').includes(msg)) {
113 throw new Error(`Expected console output (stderr) not to contain '${msg}' but it did`);
114 }
115};
116
117const noWarn = () => eOutputDoesNotContain('warn');
118const noError = () => eOutputDoesNotContain('error');

Callers 2

noWarnFunction · 0.85
noErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…