From 55fe139c9b3f5e10de832f0d5bbd919f1aa4bcdd Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 29 Nov 2017 15:01:36 +0100 Subject: [PATCH] Update README.md --- js/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/README.md b/js/tests/README.md index 8c8c2f17e835..88c35be40258 100644 --- a/js/tests/README.md +++ b/js/tests/README.md @@ -6,7 +6,7 @@ Bootstrap uses [QUnit](https://qunitjs.com/), a powerful, easy-to-use JavaScript * `vendor/` contains third-party testing-related code (QUnit and jQuery). * `visual/` contains "visual" tests which are run interactively in real browsers and require manual verification by humans. -To run the unit test suite via [PhantomJS](http://phantomjs.org/), run `npm run js-test`. +To run the unit test suite via [Karma](http://karma-runner.github.io/), run `npm run js-test`. To run the unit test suite via a real web browser, open `index.html` in the browser.