From 08710558f55ca09b04de96481ae41e8ed9c2c96e Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 3 May 2020 11:44:23 +0200 Subject: [PATCH] Add tests section to readme --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 3cbec2a4..b0edb7cb 100644 --- a/readme.md +++ b/readme.md @@ -98,6 +98,14 @@ yarn run build Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder). +## Tests + +```sh +yarn test +``` + +Uses [Spectron](https://www.electronjs.org/spectron) to test the app. + ## License MIT © [th-ch](https://github.com/th-ch/youtube-music)