diff --git a/docs/contribute/code.md b/docs/contribute/code.md index f21c6238c81b..fd73f64cf261 100644 --- a/docs/contribute/code.md +++ b/docs/contribute/code.md @@ -101,7 +101,7 @@ yarn test ```
jest
as part of the testing suite, if you notice that the snapshot tests fail you can re-run and update them with yarn test --update
.
+💡 Storybook uses jest
as part of the testing suite, if you notice that the snapshot tests fail you can re-run and update them with yarn test -u
.