Closed christianbundy closed 5 years ago
ah. this is almost definately because we are half way through changing something, and have published a new ssb-dark-crystal-schemas, and not just merged the respective changes here to master. i suspect that in development branch those tests would pass.
we are just about ready to merge that stuff accross so this will get sorted soon...
Cool, thanks! Just wanted to double-check that my development environment wasn't borked from running npm update
.
Currently
npm install
is failing for me on Node.js 10 because of a dependency on leveldown@1.7.2. After runningnpm update
I can install correctly, but when I run the tests I have three failing tests:Are these tests meant to fail, or has
npm update
broken them? Thanks for the help!