1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00
bitjs/tests
2024-01-25 18:42:27 -08:00
..
archive-testfiles Add some more RAR files for test coverage. Update test coverage to include archive now that we have some automated tests. 2023-12-16 22:45:00 -08:00
image-testfiles PngParser: Add support for sPLT chunk 2024-01-18 22:05:09 -08:00
archive-compress.spec.js Only have a unit test for DEFLATE when the runtime supports CompressionStream('deflate-raw') 2024-01-25 08:42:00 -08:00
archive-decompress.spec.js Rename a couple unit tests 2023-12-22 14:12:53 -08:00
codecs.spec.js Update to 1.1.6 for mp3 streams and ffprobe reporting mp4 files with unknown levels 2023-10-25 20:40:26 -07:00
file-sniffer.spec.js Add gzip detection to file sniffer 2024-01-25 18:42:27 -08:00
image-parsers-gif.spec.js Remove GIF parser event boilerplate in favor of a @template solution using CustomEvent 2024-01-19 11:43:03 -08:00
image-parsers-jpeg.spec.js Remove Jpeg parse event boilerplate 2024-01-19 11:56:46 -08:00
image-parsers-png.spec.js Remove all PNG parser boilerplate events and use CustomEvent. 2024-01-19 12:49:15 -08:00
io-bitbuffer.spec.js Beef up unit test coverage in io package. 2023-11-20 22:44:41 -08:00
io-bitstream.spec.js io: Add skip() method to BitStream and beef up unit tests 2024-01-20 17:30:42 -08:00
io-bytebuffer.spec.js Beef up unit test coverage in io package. 2023-11-20 22:44:41 -08:00
io-bytestream.spec.js PngParser: Add support for iTXt chunk 2024-01-17 23:03:21 -08:00