Skip to content

Commit

Permalink
feat: detect global sinon to support peeky
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 9, 2021
1 parent 595eba2 commit f2bb5a7
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 69 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@sucrase/jest-plugin": "^2.2.0",
"@types/jest": "^27.0.3",
"@types/jsdom": "^16.2.13",
"@types/sinon": "^10.0.6",
"@vue/test-utils": "^2.0.0-rc.17",
"chalk": "^5.0.0",
"conventional-changelog-cli": "^2.1.1",
Expand All @@ -54,9 +55,10 @@
"prettier": "^2.5.1",
"publie": "^0.0.2",
"semver": "^7.3.5",
"sinon": "^12.0.1",
"typescript": "^4.5.2",
"unbuild": "^0.6.3",
"vue": "^3.2.23",
"vue": "^3.2.24",
"vue-router": "^4.0.12",
"yorkie": "^2.0.0"
},
Expand Down

0 comments on commit f2bb5a7

Please sign in to comment.