]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update README.md (#24912)
authorJohann-S <johann.servoire@gmail.com>
Wed, 29 Nov 2017 16:42:09 +0000 (17:42 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 29 Nov 2017 16:42:09 +0000 (18:42 +0200)
js/tests/README.md

index 8c8c2f17e835b0863e8cb56437017a6be5c346a3..88c35be402581875d111511941c8fc75b058c6e5 100644 (file)
@@ -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.