Skip to content

Commit c3a1e2f

Browse files
committed
add note about inject-loader version
1 parent 912ec9c commit c3a1e2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/workflow/testing-with-mocks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ export default {
2828

2929
Here's how to import it with mocks:
3030

31+
> Note: [email protected] is currently unstable.
32+
3133
``` bash
32-
npm install inject-loader --save-dev
34+
npm install inject-loader@^2.0.0 --save-dev
3335
```
3436

3537
``` js

0 commit comments

Comments
 (0)