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

Tests don't work anymore #123

Open
fbrckman opened this issue Aug 1, 2019 · 1 comment
Open

Tests don't work anymore #123

fbrckman opened this issue Aug 1, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@fbrckman
Copy link
Collaborator

fbrckman commented Aug 1, 2019

Blame Bart. And Babel.

All the test suites failed to run, each with the same error message:

Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core, it is likely that something in your build process is loading the wrong version. Inspect the stack trace of this error to look for the first entry that doesn't mention "@babel/core" or "babel-core" to see what is calling Babel.

      at throwVersionError (node_modules/@babel/helper-plugin-utils/lib/index.js:65:11)
      at Object.assertVersion (node_modules/@babel/helper-plugin-utils/lib/index.js:13:11)
      at _default (node_modules/@babel/plugin-transform-runtime/lib/index.js:86:7)
      at node_modules/@babel/helper-plugin-utils/lib/index.js:19:12
          at Array.map (<anonymous>)
@fbrckman fbrckman changed the title Fix tests Tests don't work anymore Aug 1, 2019
@fbrckman fbrckman added the bug Something isn't working label Aug 1, 2019
@Buccaneer
Copy link
Collaborator

Babel likely doesn't transpile correctly before running tests which causes a syntax error after "import" keyword.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants