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 source maps #336

Merged
merged 2 commits into from
Aug 28, 2020
Merged

Fix source maps #336

merged 2 commits into from
Aug 28, 2020

Conversation

vanruch
Copy link
Contributor

@vanruch vanruch commented Jul 23, 2020

This should fix #281
Looks like line numbers problem was caused by ganache requireing "source-map-support/register".
After removing those requires, line numbers in failed tests are correct, but it needs further testing if it doesn't break anything else

@marekkirejczyk
Copy link
Contributor

@sz-piotr

"ethers": "^5.0.1",
"ganache-core": "^2.10.2",
"@ethereum-waffle/ens": "^3.0.2"
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0"
Copy link
Contributor

@sz-piotr sz-piotr Jul 23, 2020

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sz-piotr sz-piotr merged commit 89f2ad5 into master Aug 28, 2020
@sz-piotr sz-piotr deleted the fix-line-numbers branch August 28, 2020 14:50
@marekkirejczyk
Copy link
Contributor

Released in 3.0.3

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.

@ethereum-waffle/provider breaks source maps
3 participants