mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
merge: rename SinglyLinkList
to SinglyLinkedList
(#881)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { LinkedList } from '../SinglyLinkList'
|
||||
import { LinkedList } from '../SinglyLinkedList'
|
||||
|
||||
describe('SinglyLinkList', () => {
|
||||
describe('SinglyLinkedList', () => {
|
||||
it('Check addLast', () => {
|
||||
const list = new LinkedList()
|
||||
expect(list.get()).toEqual([])
|
Reference in New Issue
Block a user