Skip to content

Commit

Permalink
Pin chai to version 4 in browser example (#5230)
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson authored Oct 13, 2024
1 parent 0a24b58 commit 97af04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ A typical setup might look something like the following, where we call `mocha.se
<body>
<div id="mocha"></div>

<script src="https://unpkg.com/chai/chai.js"></script>
<script src="https://unpkg.com/chai@4/chai.js"></script>
<script src="https://unpkg.com/mocha/mocha.js"></script>

<script class="mocha-init">
Expand Down

0 comments on commit 97af04f

Please # to comment.