omnivore/packages/queue-manager/test/stub.test.ts

9 lines
140 B
TypeScript
Raw Permalink Normal View History

2023-10-16 12:11:51 +00:00
import 'mocha'
import { expect } from 'chai'
describe('stub test', () => {
it('should pass', () => {
expect(true).to.be.true
})
})