feat: important commit

This commit is contained in:
mpaulson 2022-08-13 21:07:50 -06:00
parent fdb181dad4
commit 10aeaaa726
4 changed files with 5 additions and 4 deletions

View file

@ -14,10 +14,10 @@
"typescript": "^4.7.4"
},
"scripts": {
"test": "jest LRU LinearSearchList BinarySearchList TwoCrystalBalls BubbleSort DoublyLinkedList Queue Stack ArrayList MazeSolver QuickSort BTPreOrder BTInOrder BTPostOrder BTBFS CompareBinaryTrees DFSOnBST DFSGraphList Trie BFSGraphMatrix Map MinHeap",
"test": "jest DFSOnBST LRU 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-machine/src/day1"
"day": "echo /home/mpaulson/personal/kata-machine/src/day2"
}
}