| 636 | npmInstall(() => { |
| 637 | brunch.build({onCompile() { |
| 638 | const contains = text => fileContains('public/app.js', text); |
| 639 | const doesntContain = text => fileDoesNotContain('public/app.js', text); |
| 640 | |
| 641 | // sets globals |
no test coverage detected
searching dependent graphs…