Commit graph

31 commits

Author SHA1 Message Date
Alex Kocharin
1ac0a4c7ec Change tests to use binary comparision with fixtures 2021-07-23 20:28:50 +03:00
Vitaly Puzrin
505e36d9f0 Move to es6 2020-11-08 22:23:56 +03:00
Vitaly Puzrin
9f5e7dcefc Cleanup tests 2020-11-07 21:00:55 +03:00
Vitaly Puzrin
f5c3c29848 Removed Array support 2020-11-07 19:52:58 +03:00
Vitaly Puzrin
2fa56efc8f Fix tests in node 12+, close #179 2020-01-29 10:32:21 +03:00
Vitaly Puzrin
54c6ca95a1 Fix Buffer.from warning in last node.js versions, close #154 2019-02-28 21:51:49 +03:00
Josh Soref
f2bcd09d95 Spelling (#114) 2017-09-04 06:42:18 +03:00
Vitaly Puzrin
f5f5fea962 Ignore OS code in gzip test, #107 2017-07-21 23:00:02 +03:00
Vitaly Puzrin
374b277da9 Tests cleanup: use modern sync zlib api 2017-07-20 16:21:26 +03:00
Vitaly Puzrin
3550aa653b deps bump + remove unused vars 2016-12-15 02:40:17 +03:00
Vitaly Puzrin
d884686332 minor code cleanup 2016-03-31 06:26:10 +03:00
dignifiedquire
ffaf7c8252 Implement dictionary handling.
This adds the methods

- `deflateSetDictionary`
- `inflateSetDictionary`

as well as calling `setDictionary` at the right point when passing
the a `dictionary` option to one of

- `pako.deflate`
- `new pako.Deflate`
- `pako.inflate`
- `new pako.Inflate`
2016-03-30 15:44:16 -04:00
Vitaly Puzrin
500bc5d042 Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
Vitaly Puzrin
cff11fc91b Replaced jshint with eslint & updated CS 2015-03-24 05:28:20 +03:00
Vitaly Puzrin
57a80d98cf helper rename 2014-05-01 04:14:49 +04:00
Vitaly Puzrin
8cbe85f55f Added raw inflate tests for #22 2014-05-01 04:06:11 +04:00
Vitaly Puzrin
ca1374eb05 Moved utilities to separate folder 2014-04-13 13:45:12 +04:00
Vitaly Puzrin
84bff8b74b reorganized fixtures 2014-03-29 04:23:23 +04:00
nik
144a94e3f8 fix reading gzip headers & add test for inflate gz headers 2014-03-28 18:57:59 -03:00
Vitaly Puzrin
f47bb620ad Updated tests 2014-03-19 21:07:30 +04:00
Vitaly Puzrin
1d91d3b187 Inflate tests/helpers cleanup 2014-03-13 23:30:55 +04:00
nik
3f30aa8250 fix inflate data check & enable inflate ungzip test with method set directly 2014-03-13 16:02:15 -03:00
Vitaly Puzrin
7b2e5da8a9 Rewritten utils unterfaces & internals 2014-03-13 10:45:14 +04:00
Vitaly Puzrin
b3ff0b746e Autodetect inflate window size by default 2014-03-12 05:50:19 +04:00
Vitaly Puzrin
6b5edb3b34 Enabled basic inflate tests 2014-03-12 02:49:19 +04:00
Vitaly Puzrin
5cabad0d48 added coverage generation & improved tests 2014-02-21 19:06:31 +04:00
Vitaly Puzrin
a131622863 Added inflate testing skeleton 2014-02-21 14:48:40 +04:00
Vitaly Puzrin
c924e13ed5 added tests with untyped arrays 2014-02-21 13:26:36 +04:00
Vitaly Puzrin
52a5c6aa8f Added generated API docs 2014-02-20 01:38:10 +04:00
Vitaly Puzrin
5dfa74f2e2 Improved test suite 2014-02-18 23:15:27 +04:00
Vitaly Puzrin
5d14848c85 Added deflate tests 2014-02-03 22:38:43 +04:00