File: exec.js

package info (click to toggle)
node-grunt-webpack 4.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: javascript: 911; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (4)
1
2
3
4
5
assertGrunt.success();

// const content = fs.readFileSync(path.join(cwd, 'output.js'), 'utf-8');
// t.regex(content, /console\.log\("dokey"\);/);