fix: remove only flag to run test

This commit is contained in:
Innei
2022-04-21 22:27:31 +08:00
committed by
parent bbc7607661
commit 947813f6f4

View File

@@ -5,7 +5,7 @@ import { TextMacroService } from '~/processors/helper/helper.macro.service'
dayjs.extend(relativeTime) dayjs.extend(relativeTime)
describe.only('test TextMarcoService', () => { describe('test TextMarcoService', () => {
const service = new TextMacroService() const service = new TextMacroService()
describe('test if condition', () => { describe('test if condition', () => {
test('case 1', async () => { test('case 1', async () => {