Skip to content

Commit 8b01d6d

Browse files
authoredDec 5, 2017
Merge pull request #70 from axelpale/patch-1
Add detail to webpack integration
2 parents 3bdfd54 + 4cb98b0 commit 8b01d6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ $ echo $?
4444

4545
## webpack
4646

47-
To use with webpack, simply include this plugin:
48-
49-
https://github.com/syarul/webpack-tape-run
47+
To use with [webpack](https://webpack.github.io/), set up a `webpack.test.config.js` to bundle your tape tests. Then, include [webpack-tape-run](https://github.com/syarul/webpack-tape-run) plugin in it. As a result, `$ webpack --config webpack.test.config.js` builds your tests with webpack, runs them in a headless browser, and outputs tap into console with correct exit code. Neat!
5048

5149
## API
5250

0 commit comments

Comments
 (0)
Please sign in to comment.