Skip to content

Commit f3d06f2

Browse files
committed
Add Jest to Glossary
1 parent b625d18 commit f3d06f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,4 +726,8 @@ GitHub workflows
726726
727727
husky
728728
[Husky](https://typicode.github.io/husky/) automatically lints your commit messages, code, and runs tests upon committing or pushing commits to a remote repository.
729+
730+
Jest
731+
[Jest](https://jestjs.io/) is a JavaScript testing framework.
732+
Volto uses Jest for unit tests.
729733
```

0 commit comments

Comments
 (0)