mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +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