Skip to content

Commit c4dc421

Browse files
Another case.
1 parent fbadb61 commit c4dc421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/board/data-logging.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ describe("DataLogging", () => {
216216

217217
logging.delete();
218218

219+
expect(log).toEqual([]);
220+
219221
serial.length = 0;
220222
logging.beginRow();
221223
logging.logData("b", "2");

0 commit comments

Comments
 (0)