Skip to content

Commit

Permalink
fix: remove inclusion of dev-tools in mocha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Mar 2, 2022
1 parent 0e39153 commit 1f8eb8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mocha/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<script src="../../node_modules/chai/chai.js"></script>
<script src="../../node_modules/mocha/mocha.js"></script>
<script src="../../node_modules/sinon/pkg/sinon.js"></script>
<!-- <script src="../../node_modules/@blockly/dev-tools/dist/index.js"></script> -->
<script>
mocha.setup({
ui: 'tdd'
Expand Down

0 comments on commit 1f8eb8f

Please sign in to comment.