Add test dir
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
|
||||||
|
it('says hello world', function () {
|
||||||
|
expect(1 + 5).to.eql(6)
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user