mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-22 00:55:37 +07:00
refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import CircularBuffer from '../../source/utils/CircularBuffer'
|
||||
import CircularBuffer from '../../source/utils/circularBuffer'
|
||||
|
||||
describe('CircularBuffer', () => {
|
||||
let capacity: number
|
||||
@@ -41,4 +41,4 @@ describe('CircularBuffer', () => {
|
||||
it('should throw exception on illegal argument', () => {
|
||||
expect(() => new CircularBuffer<any>(0)).toThrow('The capacity must be > 0')
|
||||
})
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user