Skip to content

Commit

Permalink
Merge pull request jsdom#44 from halton/fix_jsondiffpatch
Browse files Browse the repository at this point in the history
Correct jsondiffpatch location.
  • Loading branch information
dontcallmedom committed Aug 1, 2016
2 parents b52117c + be6c2e2 commit f84b8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web/make-web-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var pth = require("path")
, " <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>"
, " <script src='../../node_modules/expect.js/expect.js'></script>"
, " <script src='../../node_modules/mocha/mocha.js'></script>"
, " <script src='../../node_modules/jsondiffpatch/jsondiffpatch.min.js'></script>"
, " <script src='../../node_modules/jsondiffpatch/public/build/jsondiffpatch.min.js'></script>"
, " <script src='../../lib/webidl2.js'></script>"
, " <script>mocha.setup('bdd');</script>"
, " <script src='run-tests.js'></script>"
Expand Down

0 comments on commit f84b8e6

Please sign in to comment.