Day 5, task 1 and 2

This commit is contained in:
Pilot 2020-12-05 22:43:34 -05:00 committed by pilot
parent 463f38ccb8
commit 856cee7e07
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"enable-source-maps": true
},
"scripts": {
"test": "mocha dist/2020-day-04.js",
"test": "mocha dist/2020-day-05.js",
"pretest": "tsc"
}
}