From 3b66bbeddc68fe701c23fa5aa3337c0b6711c583 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 16 Jun 2020 19:32:00 +0300 Subject: Fix a broken link and a redirect. (#31045) --- js/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/tests/README.md b/js/tests/README.md index 1e2b5d8688..e3ddde78c7 100644 --- a/js/tests/README.md +++ b/js/tests/README.md @@ -22,7 +22,7 @@ To run the unit test suite via [Karma](https://karma-runner.github.io/) and debu - Each test should be in the corresponding `describe`. - Each test should test only one unit per test, although one test can include several assertions. Create multiple tests for multiple units of functionality. - Each test should use [`expect`](https://jasmine.github.io/api/edge/matchers.html) to ensure something is expected. -- Each test should follow the project's [JavaScript Code Guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#js) +- Each test should follow the project's [JavaScript Code Guidelines](https://github.com/twbs/bootstrap/blob/master/.github/CONTRIBUTING.md#js) ## Code coverage -- cgit v1.2.3