fix: remove only flag to run test
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user