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: docs/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
@@ -4,7 +4,7 @@ title: 'Mocha - the fun, simple, flexible JavaScript test framework'
4
4
description: 'Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun.'
5
5
---
6
6
7
-
<divclass="admonition">This site has a new look, try it out at <ahref="mochajs.org/next">mochajs.org/next</a>!</div>
7
+
<divclass="admonition">This site has a new look, try it out at <ahref="next">mochajs.org/next</a>!</div>
8
8
9
9
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