diff options
| author | XhmikosR <[email protected]> | 2018-09-14 17:49:59 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-14 18:27:55 +0300 |
| commit | 0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49 (patch) | |
| tree | 7ca54afc53555cdd1d936b93c07e4f01badffd3b /js/tests | |
| parent | c6f7276729d49764aac500c0b160b0eddd11b9e0 (diff) | |
| download | bootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.tar.xz bootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.zip | |
Use https in more places and fix a few redirects.
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/README.md b/js/tests/README.md index 1ba3d694e..3b079d92c 100644 --- a/js/tests/README.md +++ b/js/tests/README.md @@ -1,6 +1,6 @@ ## How does Bootstrap's test suite work? -Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](http://sinonjs.org/). Each plugin has a file dedicated to its tests in `unit/<plugin-name>.js`. +Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](https://sinonjs.org/). Each plugin has a file dedicated to its tests in `unit/<plugin-name>.js`. * `unit/` contains the unit test files for each Bootstrap plugin. * `vendor/` contains third-party testing-related code (QUnit, jQuery and Sinon). |
