You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/manual-build.md
+8
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,11 @@ For build requirements for your OS look below.
28
28
## Windows
29
29
- Install: msys2 with autotools, pkg-config, libtool, gcc, clang, glib, C++ Build Tools, cmake
30
30
-`npm run build`
31
+
32
+
# Testing
33
+
34
+
iohook uses Jest for automated testing. To execute tests, run `npm run test` in your console.
35
+
36
+
::: warning
37
+
It is important you don't press any buttons on your keyboard, don't use your mouse nor the scroll wheel. Tests depend on native events fired by the real keyboard and mouse. Interrupting them will cause tests to fail.
0 commit comments