From 2d425c0b57cc9d32eab0e7c22410f2d6ea991244 Mon Sep 17 00:00:00 2001 From: mpaulson Date: Tue, 19 Jul 2022 21:13:10 -0600 Subject: [PATCH] feat --- README.md | 5 +++++ package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad49c01..a782b36 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,8 @@ yarn test I have yet to create a testing strategy for next sets of algorithms, but we will get there when i cross that bridge. + +### Help wanted +A simple way to specify test, thinking something like `tests.json` and `cat +test.json 2> /dev/null` to specify the tests to run. tests.json wouldn't be +committed. diff --git a/package.json b/package.json index 33e801e..af33e14 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "typescript": "^4.7.4" }, "scripts": { - "test": "jest ArrayList", + "test": "jest LinearSearchList BinarySearchList TwoCrystalBalls BubbleSort DoublyLinkedList Queue Stack ArrayList MazeSolver QuickSort BTPreOrder BTInOrder BTPostOrder BTBFS CompareBinaryTrees DFSOnBST Trie DFSGraphList BFSGraphList BFSGraphMatrix Map", "clear": "./scripts/clear", "prettier": "prettier --write ./src", "generate": "./scripts/generate", - "day": "echo /home/mpaulson/personal/kata/src/day9" + "day": "echo /home/mpaulson/personal/kata/src/day1" } -} +} \ No newline at end of file