Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

feat(PTP-490): object parameters in all methods / JSDoc / standardized parameter name #41

Merged
merged 2 commits into from
Jun 3, 2022

Conversation

kalote
Copy link
Contributor

@kalote kalote commented Jun 3, 2022

No description provided.

const expectedContractMetadata = { name: 'testContract', symbol: 'TST', tokenType: 'ERC721' };
expect(contractMetadata).toStrictEqual(expectedContractMetadata);
});
});

describe('As an account I should be able to get the list of NFTs by address', () => {
it('should return list of NFTs by address', async () => {
const nfts = await sdk.getNFTs(process.env.WALLET_PUBLIC_ADDRESS);
const nfts = await sdk.getNFTs({ publicAddress: process.env.WALLET_PUBLIC_ADDRESS });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should adapt the environment variable as well :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not mandatory as it doesn't affects user experience

.gitignore Outdated
storage
.DS_STORE
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you ignore .vscode folder too ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.idea too , i use webstorm :p

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok let me add that

@sonarcloud
Copy link

sonarcloud bot commented Jun 3, 2022

@kalote kalote merged commit be367ef into main Jun 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
4 participants