Skip to content

Commit

Permalink
chore: pin HTML test file to use locally installed chai (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott authored Jan 16, 2024
1 parent 7aaf2f0 commit 1c65e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="mocha"></div>

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

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

0 comments on commit 1c65e7a

Please sign in to comment.