Skip to content

Commit

Permalink
Merge branch 'pilip/chai-exclude' into 'master'
Browse files Browse the repository at this point in the history
chore: switch back to upstream chai-exlude

See merge request TankerHQ/sdk-js!730
  • Loading branch information
blastrock committed Sep 24, 2021
2 parents 81cf82d + 05f23b4 commit 8f16155
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-exclude": "TankerHQ/chai-exclude",
"chai-exclude": "^2.1.0",
"sinon": "^9.2.4",
"uuid": "^8.3.2"
}
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2284,9 +2284,10 @@ chai-as-promised@^7.1.1:
dependencies:
check-error "^1.0.2"

chai-exclude@TankerHQ/chai-exclude:
version "2.0.3"
resolved "https://codeload.github.com/TankerHQ/chai-exclude/tar.gz/f47fcc9908c7a9a1227abeaa29b49336ce510c16"
chai-exclude@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/chai-exclude/-/chai-exclude-2.1.0.tgz#653d1218144eafb49b563684ad90b76d12bbc3f9"
integrity sha512-IBnm50Mvl3O1YhPpTgbU8MK0Gw7NHcb18WT2TxGdPKOMtdtZVKLHmQwdvOF7mTlHVQStbXuZKFwkevFtbHjpVg==
dependencies:
fclone "^1.0.11"

Expand Down

0 comments on commit 8f16155

Please sign in to comment.