aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-11-29 17:42:09 +0100
committerXhmikosR <[email protected]>2017-11-29 18:42:09 +0200
commita07bc5dbcbe4d82172255eb61179e1f53cb2af0a (patch)
tree6aa1df9793349cdab6f3ab53512297045ead5cdf /js/tests
parenta649c7f2089e51190e8c0ba6454fb887d6400535 (diff)
downloadbootstrap-a07bc5dbcbe4d82172255eb61179e1f53cb2af0a.tar.xz
bootstrap-a07bc5dbcbe4d82172255eb61179e1f53cb2af0a.zip
Update README.md (#24912)
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/README.md b/js/tests/README.md
index 8c8c2f17e..88c35be40 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.