-
Notifications
You must be signed in to change notification settings - Fork 108
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 (#167)
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
Showing
3 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ node_js: | |
- "0.10" | ||
- "0.12" | ||
- "4" | ||
- "5" | ||
|
||
script: | ||
- npm test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.