aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-09-07 22:32:52 +0300
committerXhmikosR <[email protected]>2018-09-28 09:53:59 +0300
commit4ebe2b8753ad82ecb5e07c89f9492e9934b531b5 (patch)
treeb010956d0c698e9f0f7ae0e7cc0470c97dca5d67 /docs/_includes/getting-started
parentcee8e8653dc009b5d86af4a8e2ad3a5e0688ca4c (diff)
downloadbootstrap-4ebe2b8753ad82ecb5e07c89f9492e9934b531b5.tar.xz
bootstrap-4ebe2b8753ad82ecb5e07c89f9492e9934b531b5.zip
Use BrowserStack for our unit tests.
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/grunt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html
index a04555506..fc71f2881 100644
--- a/docs/_includes/getting-started/grunt.html
+++ b/docs/_includes/getting-started/grunt.html
@@ -22,7 +22,7 @@
<p>Watches the Less source files and automatically recompiles them to CSS whenever you save a change.</p>
<h3><code>grunt test</code> (Run tests)</h3>
- <p>Runs <a href="http://jshint.com">JSHint</a> and runs the <a href="http://qunitjs.com">QUnit</a> tests headlessly in <a href="http://phantomjs.org">PhantomJS</a>.</p>
+ <p>Runs <a href="http://jshint.com">JSHint</a> and runs the <a href="http://qunitjs.com">QUnit</a> tests in real browsers thanks to <a href="https://karma-runner.github.io/2.0/index.html">Karma</a>.</p>
<h3><code>grunt docs</code> (Build &amp; test the docs assets)</h3>
<p>Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via <code>bundle exec jekyll serve</code>.</p>