From 5920e1d925b400d4dbbb62048ba47db82fa77fa2 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Fri, 26 Jan 2018 22:21:12 +0100 Subject: [PATCH] Remove mention of PhantomJS from CONTRIBUTING.md --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3738d1af9..292420c0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,11 +60,6 @@ Node installed, and install Sinon's dependencies: This will also install a pre-commit hook, that runs style validation on staged files. -#### PhantomJS - -In order to run the tests, you'll need a [PhantomJS](http://phantomjs.org) global. - -The test suite runs well with both `1.9.x` and `2.0.0` ### Compatibility