There was an error while loading. Please reload this page.
1 parent 91aedc8 commit a400b5aCopy full SHA for a400b5a
README.md
@@ -44,8 +44,8 @@ Next, run
44
In this example, it will create `test/multidep` and install broccoli 0.16.3
45
and broccoli 1.0.0 somewhere inside the `test/multidep` directory.
46
47
-To run `multidep` automatically after `npm install`, add it as a "pretest"
48
-hook to your `package.json`:
+To run `multidep` automatically before your test suite (when you run `npm
+test`), add it as a "pretest" hook to your `package.json`:
49
50
```json
51
{
0 commit comments