From 84df6f233677a16f8a3f84b3eb7e77923da2c7fa Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 26 Sep 2021 14:15:33 +0900 Subject: Use jest API and fix some tests --- test/content/repositories/MarkKeyRepository.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/content/repositories/MarkKeyRepository.test.ts') diff --git a/test/content/repositories/MarkKeyRepository.test.ts b/test/content/repositories/MarkKeyRepository.test.ts index 473b4dc..317bbaa 100644 --- a/test/content/repositories/MarkKeyRepository.test.ts +++ b/test/content/repositories/MarkKeyRepository.test.ts @@ -6,7 +6,7 @@ import { expect } from "chai"; describe("MarkKeyRepositoryImpl", () => { let sut: MarkRepository; - before(() => { + beforeEach(() => { sut = new MarkKeyRepositoryImpl(); }); -- cgit v1.2.3