tape-testing / tape-run

Headless tape test runner
222 stars 23 forks source link

support for other bundler webpack and rollup #64

Closed syarul closed 7 years ago

syarul commented 7 years ago

test cat dist/build.js | tape-run failed with webpack. The stream freeze once inside @juliangruber/tap-finished.

ref issue #35

syarul commented 7 years ago

closing the issue, since tape-run does work with webpack just need to add


{
  node: {
    fs: 'empty'
  }
},
juliangruber commented 7 years ago

https://github.com/juliangruber/tape-run/commit/e6ea66cebd093d8e2a6b817f488b73514bce7e12