Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed integration tests and selenium version #36

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

Razzwan
Copy link
Contributor

@Razzwan Razzwan commented Nov 19, 2020

No description provided.

@Razzwan Razzwan force-pushed the merge-dev branch 2 times, most recently from 8cf66d4 to facba62 Compare November 19, 2020 19:00

describe("Token Trade Proposals", () => {
let daoAddress: string;
let addresses: ITestAddresses;
let addresses: any;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@roienatan because interface is incorrect and it lead typescript checks issue. Proper way is just fix interface I gues...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@roienatan trying to fix, but interface is deeply different. Code works properly, but we don't have correct interface for it

package.json Outdated Show resolved Hide resolved
"moduleResolution": "node",
"declaration": true,
"declarationDir": "../dist/types",
"removeComments": true,
Copy link
Contributor

Choose a reason for hiding this comment

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

this reduce bundle size?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@orenyodfat hm... actually no. Bundle doesn't contain integration tests. I just copied this config from documentation. I can remove it. It is redundant and doesn't do anything useful

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@orenyodfat removed because of redundant

@roienatan
Copy link
Contributor

Is it normal that there is one check here? (instead of two checks)

@Razzwan
Copy link
Contributor Author

Razzwan commented Nov 19, 2020

Is it normal that there is one check here? (instead of two checks)

It is because of no branch exists at the same repo. I created PR from fork, because I had no access to this repo. So, just only PR checked, no branch. Actually, we should rather skip second check for all our requests, because one of them is redundant

@Razzwan Razzwan merged commit 5a9eb58 into daostack:merge-dev Nov 20, 2020
@Razzwan Razzwan self-assigned this Nov 20, 2020
@Razzwan Razzwan added bug Something isn't working enhancement New feature or request labels Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants