File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Each Advent of Code (AOC) event quiz has its folder under **`"/src/<YEAR>/<YYYY-
6464
6565#### Other Items
6666
67- - ** /src/lib ** : Folder containing generic utility helper functions
67+ - ** /src/utils ** : Folder containing generic utility helper functions
6868- ** /src/dist** : Folder containing the JavaScript files compiled from TypeScript (not committed to the repository)
6969- ** /src/sample** : Miscellaneous random examples
7070- ** /src/index.ts** : Exports all solutions to AOC quiz answer functions
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ test('no. of safe reports quiz', () => {
55 expect ( quiz20241202_01 ( ) ) . toBe ( 598 )
66} )
77
8- test ( 'no. of safe reports quiz' , ( ) => {
8+ test ( 'no. of safe reports quiz with dampener ' , ( ) => {
99 expect ( quiz20241202_02 ( ) ) . toBe ( 634 )
1010} )
You can’t perform that action at this time.
0 commit comments