lets go
This commit is contained in:
parent
89c847eb4c
commit
432f88550b
3 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@
|
|||
"typescript": "^4.7.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest MinHeap",
|
||||
"test": "jest LinearSearchList BinarySearchList TwoCrystalBalls BubbleSort DoublyLinkedList Queue Stack ArrayList MazeSolver QuickSort BTPreOrder BTInOrder BTPostOrder BTBFS CompareBinaryTrees DFSOnBST DFSGraphList Trie BFSGraphMatrix Map MinHeap",
|
||||
"clear": "./scripts/clear",
|
||||
"prettier": "prettier --write ./src",
|
||||
"generate": "./scripts/generate",
|
||||
"day": "echo /home/mpaulson/personal/kata/src/day6"
|
||||
"day": "echo /home/mpaulson/personal/lig-machine/src/day1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue