From: Johann-S Date: Wed, 29 Nov 2017 16:42:09 +0000 (+0100) Subject: Update README.md (#24912) X-Git-Tag: v4.0.0-beta.3~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07bc5dbcbe4d82172255eb61179e1f53cb2af0a;p=thirdparty%2Fbootstrap.git Update README.md (#24912) --- diff --git a/js/tests/README.md b/js/tests/README.md index 8c8c2f17e8..88c35be402 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.