rdy for day 6

This commit is contained in:
Pilot 2020-12-05 23:57:45 -05:00 committed by pilot
parent 5e3516a64a
commit 9969c3f73d
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -26,7 +26,6 @@ describe('Day 05', () => {
describe('test02', () => {
it('Calculate', () => {
tasksResults[1] = task02(input);
});
});
after(() => {