Skip to content

Commit

Permalink
feat: important commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaulson committed Aug 14, 2022
1 parent fdb181d commit 10aeaaa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"clearMocks": true,
"moduleNameMapper": {
"@code/(.*)": [
"<rootDir>/src/day1/$1"
"<rootDir>/src/day2/$1"
]
},
"preset": "ts-jest"
Expand Down
1 change: 1 addition & 0 deletions ligma.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
dsa: [
"DFSOnBST",
"LRU",
"LinearSearchList",
"BinarySearchList",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "src",
"paths": {
"@code/*": [
"day1/*"
"day2/*"
]
}
},
Expand Down

0 comments on commit 10aeaaa

Please sign in to comment.