Skip to content

Commit

Permalink
add microjob stop procedure after all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilk committed Oct 6, 2018
1 parent f2d7e77 commit 04e76dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/worker-pool.ts
@@ -1,5 +1,7 @@
import { job } from '../src/job'

afterAll(() => stop())

describe('Worker Pool Testing', () => {
// todo: find a better way to test worker pool
xit('should execute at most 4 jobs at a time', async () => {
Expand Down

0 comments on commit 04e76dc

Please sign in to comment.