From cc5893750e1bbfc9e161c445f525e682be120511 Mon Sep 17 00:00:00 2001 From: Maximilian Antoni Date: Thu, 4 Jan 2024 08:32:47 +0100 Subject: [PATCH] Fix link to Mochify and adjust description (#488) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bdcb92..bffa902 100644 --- a/README.md +++ b/README.md @@ -349,8 +349,8 @@ $(npm bin)/mocha ./test/fake-timers-test.js ### In the browser -[Mochify](https://github.com/mantoni/mochify.js) is used to run the tests in -PhantomJS. Make sure you have `phantomjs` installed. Then: +[Mochify](https://github.com/mochify-js) is used to run the tests in headless +Chrome. ```sh npm test-headless