This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as assert from 'assert'; | |
| import { Bitsmap } from './bitsmap'; | |
| const BUFFER_MAX_SIZE = Bitsmap.MAX_BUFFER_LENGTH; | |
| describe('Check params', () => { | |
| it('Should throw errow when chunk size too small', () => { | |
| assert.throws( |