fix test issue to ensure description is clearable

This commit is contained in:
Kate Higa 2022-04-08 13:35:48 -07:00
parent 6a57c99335
commit a7527e6f88
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export const clear = function () {
tasks.length = 0;
currentSection = '';
title = '';
description = '';
rawTasks.length = 0;
};