-
Notifications
You must be signed in to change notification settings - Fork 28
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
chimp 0.51 does not work with meteor 1.6.1 (Babel 7) #107
Comments
Comment by philcruz I am also having a problem running chimp 0.51 after upgrade to meteor 1.6.1 I run meteor in full test mode with in another terminal I run chimp with
Chrome launches but it just blank. The terminal output says: "Error: Timeout of 90000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves." |
Comment by teknologist @philcruz Do you have a .babelrc in your project ? |
Comment by teknologist Ok, removing .babelrc from my meteor project fixes the issue. So until this is fixed I will just temporarily remove .babelrc prior to running my chimp tests on CI... Maybe there should be a way to run chimp, ignoring local .babelrc, with something like babels --no-babelrc |
Comment by philcruz @teknologist No, I don't have a .babelrc in my project. |
Comment by d1sco Having this problem myself with no .babelrc in my package.json |
Comment by philcruz I switched to using a fork of practicalmeteor:mocha, cultofcoders:mocha as discussed practicalmeteor/meteor-mocha#100 Now my tests are running again. |
Comment by teknologist @philcruz this is not related to this issue |
Comment by Ziinc @teknologist Could you run chimp in debug mode? with the |
Comment by teknologist @Ziinc thanks for your answer.
|
Comment by Ziinc @teknologist This shouldn't be a issue with meteor as v1.6.1 already has Babel 7. Could be an issue with your |
This is also an issue for my team:
|
I am also experiencing this issue with Meteor 1.8:
Is this not because chimpy still uses the old Babel 6 packages?
|
Hi there, |
No worries, at the moment I'm directly using this repo as GIT submodule. Thanks for the reply |
@lucetius @lgandecki any updates on getting a new version published to npm? |
Issue by teknologist
Tuesday Jan 30, 2018 at 21:43 GMT
Originally opened as xolvio/chimp#677
Expected behaviour
chimp runs and processes all tests
Actual behaviour
Immediate error:
Exact steps to reproduce / repository that demonstrates the problem
Just run chimp as usual
Pretty sure this has to do with Meteor's upgrade to babel 7
Version & tools:
Meteor 1.6.1
chimp --mocha --chai --ddp=http://localhost:17303 --path=tests --browser=chrome
default config for chimp.
My meteor .babelrc:
chimp -v
0.51
node -v
8.9.4
java -version
java version "1.8.0_121"
uname -v
Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64
and
Debian 9
Console / Log Output
Please put long logs in a Gist and provide a link here.
Join our Slack xolv.io/community #chimp channel, where you can find help and help others.
The text was updated successfully, but these errors were encountered: