Skip to content

Commit b6dd0f8

Browse files
committed
remove blank test
1 parent ce323bb commit b6dd0f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/BatchProcessor.test.ts

-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ describe('BatchProcessor', () => {
107107
]
108108
}))
109109
expect(workflow.run).toBeInstanceOf(Function)
110-
111110
expect(ctx.result$).toEqual([
112111
{
113112
ok: true,
@@ -181,8 +180,6 @@ describe('BatchProcessor', () => {
181180
}
182181
}
183182

184-
test('blank test', async () => {})
185-
186183
test('state: "done"', async () => {
187184
const seneca = makeSeneca(opts)
188185
await seneca.ready()

0 commit comments

Comments
 (0)