MCPcopy
hub / github.com/brunch/brunch / noError

Function noError

test/_utils.js:118–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117const noWarn = () => eOutputDoesNotContain('warn');
118const noError = () => eOutputDoesNotContain('error');
119
120const requestBrunchServer = (path, callback) => {
121 const http = require('http');

Callers 1

onCompileFunction · 0.85

Calls 1

eOutputDoesNotContainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…