Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "incomplete" test fixture to be valid gzip of incomplete data
The zlib module in Node 5 now throws if it sees an unexpected end of file, so the current test that the tilelive decode correctly throws on incomplete JSON currently fails because the unzip part of the pipeline is throwing instead.
- Loading branch information