Skip to content

Commit

Permalink
Fix CodeQL warning (test code).
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Aug 27, 2024
1 parent cacb1f0 commit d398ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Feel free to skip this section if you are not a contributor.

```
npm install --global browserify
npm install esmify
npm install esmify --no-save
```

### Building the library
Expand Down
2 changes: 1 addition & 1 deletion browser-tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="/node_modules/mocha/mocha.js"></script>

<script>mocha.setup('bdd')</script>
Expand Down

0 comments on commit d398ddb

Please sign in to comment.