fix(devDeps); fix(Iterator): get value - undefined
This commit is contained in:
@ -49,6 +49,7 @@ test('move, empty', () => {
|
||||
|
||||
test('constructor, assign', () => {
|
||||
expect(new List().size()).toEqual(0)
|
||||
expect(new List().back).toEqual(undefined)
|
||||
expect(listEquArray(new List(null), [null])).toBeTruthy()
|
||||
expect(listEquArray(new List(null, 2), [null, null])).toBeTruthy()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user