We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8676162 commit 6deb2a3Copy full SHA for 6deb2a3
bower.json
docs/1-installation.md
@@ -49,15 +49,11 @@ $ npm install --save-dev testdouble
49
And then find the browser distribution of the library in
50
`node_modules/testdouble/dist/testdouble.js`.
51
52
-#### bower
53
54
-To install testdouble.js with bower:
55
56
```
57
-$ bower install --save-dev testdouble/testdouble.js
58
59
60
-Once installed, the browser library can be found in `bower_components/testdouble/dist/testdouble.js`
61
62
## Configuring testdouble.js Setting up in your test suite
63
0 commit comments