> store-mvt@1.0.1 test /home/steven/programming/store-mvt > mocha -u tdd test/index.js Internals getTiles ✓ Gets populated tiles correctly getBuff ✓ Encodes populated tiles as PBF ✓ Returns null if no features are present in a tile ensureIndexes ✓ Correctly coerces geojson to geojson-vt indexes Integration tests 1) Saves geojson multipolygons ✓ Saves supercluster 2) can save both 5 passing (4s) 2 failing 1) Integration tests Saves geojson multipolygons: AssertionError [ERR_ASSERTION]: [{"z":1,"x":1,"y":1},{"z":1,"x":1,"y":0},{"z":1,"x":0,"y":1},{"z":1,"x":0,"y":0}]5 still running + expected - actual -5 +0 at p.then.then (test/index.js:129:16) at 2) Integration tests can save both: AssertionError [ERR_ASSERTION]: /home/steven/programming/store-mvt/test/output/ensemble is missing + expected - actual -false +true at checkDirectory (test/index.js:95:5) at main.storeMvt.then (test/index.js:149:17) at