Open mirkokiefer opened 11 years ago
I tried to write a failing test demonstrating the bug in #229 bug but couldn't get the tests to run. It gives me this:
> node test/helpers/seed.js && vows --spec Seeding rabbits Seeding pigs Seeding animals/snorlax Seeding badgers Seeding madeup/ewoks Database seed completed. ♢ cradle/cache ✗ Errored » 1 errored npm ERR! weird error 1 npm ERR! not ok code 0
Same here. The seeding of fixtures works, but running any node ./test/*-test.js outputs ✗ Errored » 1 errored
node ./test/*-test.js
✗ Errored » 1 errored
I tried to write a failing test demonstrating the bug in #229 bug but couldn't get the tests to run. It gives me this: