From 93b1bdf9f2f328e564d77e6a3d9a9ea2043b5818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Tue, 23 Oct 2018 15:41:07 +0200 Subject: [PATCH] Remove note about growl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e7f73..e87b293 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It provides you with tools to inspect the state of the application, undo and rep ## Tests -This project uses [karma](https://karma-runner.github.io/) for tests. Make sure to have Google Chrome installed, otherwise the watcher will time out. If you want to run tests continuously in the background, you may want to have Growl installed to show notifications ([see setup instructions](https://www.npmjs.com/package/karma-growl-reporter#installation)). +This project uses [karma](https://karma-runner.github.io/) for tests. Make sure to have Google Chrome installed, otherwise the watcher will time out. ``` # run tests once