Add empty test file.
This commit is contained in:
parent
fe7a9104a8
commit
3527b86ec5
17
packages/xo-lib/src/index.spec.js
Normal file
17
packages/xo-lib/src/index.spec.js
Normal file
@ -0,0 +1,17 @@
|
||||
/* eslint-env mocha */
|
||||
|
||||
import expect from 'must'
|
||||
|
||||
// ===================================================================
|
||||
|
||||
import myLib from './'
|
||||
|
||||
// ===================================================================
|
||||
|
||||
describe.skip('myLib', () => {
|
||||
it('does something', () => {
|
||||
// TODO: some real tests.
|
||||
|
||||
expect(myLib).to.exists()
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue
Block a user