mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add a stub test
This commit is contained in:
parent
2ab7e0a599
commit
64d6ff45e1
1 changed files with 8 additions and 0 deletions
8
packages/rule-handler/test/stub.test.ts
Normal file
8
packages/rule-handler/test/stub.test.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import 'mocha'
|
||||
import { expect } from 'chai'
|
||||
|
||||
describe('stub test', () => {
|
||||
it('should pass', () => {
|
||||
expect(true).to.be.true
|
||||
})
|
||||
})
|
||||
Loading…
Reference in a new issue