Chip Castle

Results 23 comments of Chip Castle

@blazer82 - Thanks for the prompt reply. I created a sample app just like you said and it worked fine, so I think there is a conflict, possibly with `mike:mocha`....

Actually, I now see that I added `mike:mocha` after I posted this, so I'm not sure exactly what happened. I realize now that I can also write unit tests with...

@samhatoum & @blazer82 - Thanks for the info on unit testing. I'll try to dig further into this issue and will let you know if I find anything.

As an update, I'm still getting this error after removing `mike:mocha`, adding `sanjo:jasmine` and updating all of my packages: ``` => Started MongoDB. W20141212-12:41:33.721(-6)? (STDERR) W20141212-12:41:33.770(-6)? (STDERR) /Users/chip/.meteor/packages/meteor-tool/.1.0.36.1qasj7f++os.osx.x86_64+web.browser+web.cordo va/meteor-tool-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:173 W20141212-12:41:33.771(-6)?...

Your theory was spot-on! After commenting out the sample casper test, meteor and velocity both load up fine: ``` [[[[[ ~/code/meteor.chipcastle.com ]]]]] => Started proxy. => Started MongoDB. I20141212-12:58:32.714(-6)? [casperjs]...

@samhatoum - Since the sample test is in coffeescript, I edited it like so: ``` coffee return if process.env.IS_MIRROR casper.test.begin "Sample Test", 2, (test) -> casper.start "http://localhost:3000", -> @waitForSelector "body",...

Getting closer. That worked in terms of meteor starting up, but velocity reports the following: ``` ReferenceError: Can't find variable: process ```

The guard caused a `ReferenceError: Can't find variable: Meteor` error in velocity. Moving the test file to `tests/server/casperjs` caused this issue: ``` While Building package `velocity:test-proxy`: error: File not found:...

@blazer82 - I totally understand that you're busy. I'm new to the Meteor community, so I'm in unfamiliar territory. I'm not sure how I can help, so if you have...

@blazer82 - No worries. In case I have time to work on this, would you be able to offer me some direction on how you'd approach a solution? Thanks!