feat: working array list
This commit is contained in:
parent
17b5708d59
commit
29de257bea
13 changed files with 29 additions and 19 deletions
|
|
@ -13,9 +13,13 @@
|
|||
"typescript": "^4.7.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest ArrayList"
|
||||
"test": "jest ArrayList",
|
||||
"clear": "./scripts/clear",
|
||||
"generate": "./scripts/generate",
|
||||
"start": "echo vim /home/mpaulson/personal/kata/src/day9",
|
||||
"day": "echo /home/mpaulson/personal/kata/src/day10"
|
||||
},
|
||||
"kata_stats": {
|
||||
"ArrayList": 4
|
||||
"ArrayList": 8
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue