You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: "Mocha is a feature-rich JavaScript test framework running on Node.
7
7
<!-- Disable MD051 due to the rule not aware of this file is specifically converted to HTML -->
8
8
<!--markdownlint-disable-file MD051 -->
9
9
10
-
<divclass="admonition">This site has a new look, try it out at <ahref="next">mochajs.org/next</a>!</div>
10
+
<divclass="admonition">This site has a new look, try it out at <ahref="https://mochajs.org">mochajs.org</a>!</div>
11
11
12
12
Mocha is a feature-rich JavaScript test framework running on [Node.js][] and in the browser, making asynchronous testing _simple_ and _fun_. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on [GitHub][github-mocha].
0 commit comments