Skip to content

Commit

Permalink
Remove old HTML archive unit tests - only automated tests going forward
Browse files Browse the repository at this point in the history
  • Loading branch information
codedread committed Dec 16, 2023
1 parent cf26e0a commit 2e1d917
Show file tree
Hide file tree
Showing 26 changed files with 37 additions and 371 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ const crc = bstream.readBits(12); // read in 12 bits as CRC, advancing the point
const flagbits = bstream.peekBits(6); // look ahead at next 6 bits, but do not advance the pointer
```

<!-- TODO(bitjs): Provide better documentation -->

## Reference

* [UnRar](http://codedread.github.io/bitjs/docs/unrar.html): A work-in-progress description of the
Expand Down
8 changes: 0 additions & 8 deletions tests/archive-test.html

This file was deleted.

71 changes: 0 additions & 71 deletions tests/archive-test.js

This file was deleted.

5 changes: 0 additions & 5 deletions tests/archive-testfiles/README.md

This file was deleted.

1 change: 0 additions & 1 deletion tests/archive-testfiles/test-unrar-m1.json

This file was deleted.

1 change: 0 additions & 1 deletion tests/archive-testfiles/test-unrar-m2.json

This file was deleted.

1 change: 0 additions & 1 deletion tests/archive-testfiles/test-unrar-m3.json

This file was deleted.

1 change: 0 additions & 1 deletion tests/archive-testfiles/test-unrar-m4.json

This file was deleted.

Loading

0 comments on commit 2e1d917

Please sign in to comment.