Skip to content

Commit

Permalink
(dev) Developer tool should use un-minified library
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Apr 11, 2020
1 parent 30deab1 commit 4389bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/browser/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const Worker = require('tiny-worker');

const {newTestCase, defaultCase, findLibrary } = require('./test_case')
const { defaultCase, findLibrary } = require('./test_case')

describe('web worker', function() {
before(async function() {
Expand Down
2 changes: 1 addition & 1 deletion tools/developer.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>highlight.js developer</h1>
</div>
</div>

<script src="../build/highlight.min.js"></script>
<script src="../build/highlight.js"></script>
<script src="../demo/jquery-2.1.1.min.js"></script>

<script>
Expand Down

0 comments on commit 4389bf2

Please sign in to comment.