mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 17:49:16 +02:00
Add a BitBuffer to the io package and a few tests
This commit is contained in:
parent
596a859bdc
commit
24b1603968
12 changed files with 747 additions and 25 deletions
|
@ -12,7 +12,7 @@ import 'mocha';
|
|||
import { expect } from 'chai';
|
||||
|
||||
// TODO: Only test ByteBuffer here.
|
||||
describe('bitjs.io.ByteBufferBitStream', () => {
|
||||
describe('bitjs.io.ByteBuffer', () => {
|
||||
let buffer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue