peerigon / alamid

Framework for RESTful JavaScript web applications that run both on the server- and clientside.
http://www.alamidjs.com
MIT License
23 stars 3 forks source link

All tests should run on all platforms #176

Open jhnns opened 11 years ago

jhnns commented 11 years ago

There are currently two tests that are likely to fail on other platforms than Ubuntu/MacOS:

runCreateBundle.test.js has problems with the zombie module. readConfig.test.js has problems with sub processes.

They are temporarily deactivated for these specific environments but they should work on the long run.