We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a649c7f commit a07bc5dCopy full SHA for a07bc5d
js/tests/README.md
@@ -6,7 +6,7 @@ Bootstrap uses [QUnit](https://qunitjs.com/), a powerful, easy-to-use JavaScript
6
* `vendor/` contains third-party testing-related code (QUnit and jQuery).
7
* `visual/` contains "visual" tests which are run interactively in real browsers and require manual verification by humans.
8
9
-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`.
10
11
To run the unit test suite via a real web browser, open `index.html` in the browser.
12
0 commit comments