From 947813f6f4067bbdd79d563728e61bc8018a5c77 Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 21 Apr 2022 22:27:31 +0800 Subject: [PATCH] fix: remove only flag to run test --- test/src/processors/helper/helper.macro.service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/processors/helper/helper.macro.service.spec.ts b/test/src/processors/helper/helper.macro.service.spec.ts index 52bd5cc7..f31662d9 100644 --- a/test/src/processors/helper/helper.macro.service.spec.ts +++ b/test/src/processors/helper/helper.macro.service.spec.ts @@ -5,7 +5,7 @@ import { TextMacroService } from '~/processors/helper/helper.macro.service' dayjs.extend(relativeTime) -describe.only('test TextMarcoService', () => { +describe('test TextMarcoService', () => { const service = new TextMacroService() describe('test if condition', () => { test('case 1', async () => {