okfn / timemapper

Create and share elegant timelines and timemaps fast
http://timemapper.okfnlabs.org/
MIT License
274 stars 60 forks source link

config tests (config.test.js) seem to break mocha #157

Open rufuspollock opened 10 years ago

rufuspollock commented 10 years ago

When I try to run full mocha tests using:

mocha test

The tests hang on the config test and even if I ctrl+c the mocha test is still stuck in the background. Looking at the config test it seems to mess with the process.env and I'm not sure stuff is getting reset correctly somehow.

@hychen have you been able to run all of the tests at once?

hychen commented 10 years ago

I can not reproduce it, which branch do you test?

rufuspollock commented 10 years ago

I was testing on master. If not reproducible may just be me ...