Absence of tests should not prevent CI linting.
This commit is contained in:
parent
03a33646d6
commit
20919a8a39
@ -8,6 +8,10 @@ import myLib from './'
|
|||||||
|
|
||||||
// ===================================================================
|
// ===================================================================
|
||||||
|
|
||||||
describe('myLib', () => {
|
describe.skip('myLib', () => {
|
||||||
// TODO
|
it('does something', () => {
|
||||||
|
// TODO: some real tests.
|
||||||
|
|
||||||
|
expect(myLib).to.exists()
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user