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

[test] Fix running tests on Windows #13852

Merged

Conversation

joshwooding
Copy link
Member

@joshwooding joshwooding commented Dec 7, 2018

Spent the last couple of days debugging this problem with @oliviertassinari 😭
Seems to have been caused by dc4d1eb#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L107

node_modules\@babel\runtime\helpers\typeof.js:8
  if (typeof Symbol === "function" && (0, _typeof4.default)(Symbol.iterator) ===
 "symbol") {
                                                           ^

TypeError: (0 , _typeof4.default) is not a function
  • Ignore @babel/runtime in babel.config.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants