Skip to content

Commit 97af04f

Browse files
authored
Pin chai to version 4 in browser example (#5230)
1 parent 0a24b58 commit 97af04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ A typical setup might look something like the following, where we call `mocha.se
21202120
<body>
21212121
<div id="mocha"></div>
21222122

2123-
<script src="https://unpkg.com/chai/chai.js"></script>
2123+
<script src="https://unpkg.com/chai@4/chai.js"></script>
21242124
<script src="https://unpkg.com/mocha/mocha.js"></script>
21252125

21262126
<script class="mocha-init">

0 commit comments

Comments
 (0)