Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
chore: run dedup to remove multiple dashcore-libs from package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou committed Feb 18, 2021
1 parent a2ee1ae commit 4706866
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 115 deletions.
158 changes: 48 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"homepage": "https://github.com/dashevo/plaform-test-suite#readme",
"dependencies": {
"@dashevo/dashcore-lib": "~0.19.19",
"@dashevo/dashcore-lib": "~0.19.21",
"@dashevo/dpns-contract": "~0.3.0-dev.6",
"@dashevo/dpp": "~0.18.0-dev.1",
"@dashevo/dpp": "~0.18.0-dev.2",
"@dashevo/grpc-common": "~0.3.2",
"@dashevo/wallet-lib": "~7.18.0-dev.1",
"@dashevo/wallet-lib": "~7.18.0-dev.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dash": "github:dashevo/js-dash-sdk#chore-update-wallet-lib",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/contacts.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('e2e', () => {

bobIdentity = await bobClient.platform.identities.register(10);

expect(bobIdentity).to.be.instanceOf(Identity);
expect(bobIdentity.constructor.name).to.be.equal('Identity');
});

it('should publish "Contacts" data contract', async () => {
Expand Down Expand Up @@ -138,7 +138,7 @@ describe('e2e', () => {

aliceIdentity = await aliceClient.platform.identities.register(10);

expect(aliceIdentity).to.be.instanceOf(Identity);
expect(aliceIdentity.constructor.name).to.be.equal('Identity');
});

it('should create profile in "Contacts" app', async () => {
Expand Down

0 comments on commit 4706866

Please sign in to comment.