mirror of
https://github.com/codedread/bitjs
synced 2025-10-05 18:34:17 +02:00
Add some more RAR files for test coverage. Update test coverage to include archive now that we have some automated tests.
This commit is contained in:
parent
f64c744abf
commit
65db5bdbd2
7 changed files with 8 additions and 1 deletions
3
.c8rc
3
.c8rc
|
@ -2,11 +2,14 @@
|
|||
"check-coverage": true,
|
||||
"all": true,
|
||||
"include": [
|
||||
"archive/*.js",
|
||||
"codecs/*.js",
|
||||
"file/*.js",
|
||||
"io/*.js"
|
||||
],
|
||||
"exclude": [
|
||||
"archive/archive.js",
|
||||
"archive/webworker-wrapper.js",
|
||||
"io/*-worker.js"
|
||||
],
|
||||
"reporter": [
|
||||
|
|
BIN
tests/archive-testfiles/archive-rar-ma4.rar
Normal file
BIN
tests/archive-testfiles/archive-rar-ma4.rar
Normal file
Binary file not shown.
BIN
tests/archive-testfiles/archive-rar-ma5.rar
Normal file
BIN
tests/archive-testfiles/archive-rar-ma5.rar
Normal file
Binary file not shown.
BIN
tests/archive-testfiles/archive-rar-smaller.rar
Normal file
BIN
tests/archive-testfiles/archive-rar-smaller.rar
Normal file
Binary file not shown.
BIN
tests/archive-testfiles/archive-rar-store.rar
Normal file
BIN
tests/archive-testfiles/archive-rar-store.rar
Normal file
Binary file not shown.
|
@ -13,7 +13,11 @@ const INPUT_FILES = [
|
|||
];
|
||||
|
||||
const ARCHIVE_FILES = [
|
||||
'archive-rar.rar',
|
||||
'archive-rar-store.rar',
|
||||
'archive-rar-default.rar',
|
||||
'archive-rar-smaller.rar',
|
||||
'archive-rar-ma4.rar',
|
||||
'archive-rar-ma5.rar',
|
||||
'archive-tar.tar',
|
||||
'archive-zip-store.zip',
|
||||
'archive-zip-faster.zip',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue