Skip to content

Commit

Permalink
Merge 0f4ef48 into 06a44cc
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Nov 6, 2021
2 parents 06a44cc + 0f4ef48 commit ec179d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"prettier": "^2.2.0",
"rsvp": "^4.8.2",
"serve": "*",
"sinon": "^9.0.0",
"sinon": "^12.0.1",
"sinon9": "npm:sinon@^9.2.4",
"unexpected": "^12.0.0",
"unexpected-documentation-site-generator": "^7.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../node_modules/unexpected/unexpected.js"></script>
<script src="../node_modules/sinon/pkg/sinon.js"></script>
<script src="../node_modules/sinon9/pkg/sinon.js"></script>
<script src="monkeyPatchSinonStackFrames.js"></script>
<script src="../lib/unexpected-sinon.js"></script>
<script>
Expand Down

0 comments on commit ec179d0

Please sign in to comment.