From 14d59999e4a32904aaff91b6f777912a8651a173 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 31 Jul 2022 14:39:37 -0700 Subject: [PATCH] Update src/common/buffer/BufferSet.test.ts --- src/common/buffer/BufferSet.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/buffer/BufferSet.test.ts b/src/common/buffer/BufferSet.test.ts index a200060f..944b8c15 100644 --- a/src/common/buffer/BufferSet.test.ts +++ b/src/common/buffer/BufferSet.test.ts @@ -73,9 +73,6 @@ describe('BufferSet', () => { }); describe('markers', () => { - beforeEach(() => { - }); - it('should clear the markers when the buffer is switched', () => { bufferSet.activateAltBuffer(); bufferSet.alt.addMarker(1);