Skip to content

Conversation

danoctavian
Copy link
Contributor

No description provided.



describe.skip('INTEGRATION TESTS', function () {
describe.only('INTEGRATION TESTS', function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

Forgotten .only


await enrollMember(this.contracts, ethersAccounts.members, ethersAccounts.defaultSender);

const DEFAULT_POOL_FEE = '5'
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you check to see if your editor is using our .eslintrc? It's best to avoid unnecessary changes in the future when someone will auto-fix this on save.

this.contractType = contractType;

const signers = await ethers.getSigners();
this.withEthers = web3ToEthers(this, signers);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we also have this line on :481

@roxdanila roxdanila merged commit 083c979 into nexus-v2 Jun 28, 2022
@roxdanila roxdanila deleted the feature/extra-cover-tests branch July 26, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants