linnovate / meanio

meanio core module
MIT License
54 stars 73 forks source link

Adds the ability to run tests #90

Closed clowenhg closed 8 years ago

clowenhg commented 8 years ago

The current tests fail, but this is just meant to allow them to run.

jwebbdev commented 8 years ago

Looks like you removed the postinstall that installs the server stuff, like express? Admittedly not the best setup ever, but does express etc install now?

clowenhg commented 8 years ago

Yea, the postinstall got accidentally removed. I didn't see the scripts section when I first opened the package.json, so made my own. Then on some npm operation, probably mongoose, it moved my scripts definition up and on top of the existing one.

I wonder what mechanism it is that enforces the order of the config file. Anyway, replaced the postinstall.