Add test dir

This commit is contained in:
Julia Friesel
2018-05-29 14:52:21 +02:00
parent 54136940fd
commit 23437316e8
+5
View File
@@ -0,0 +1,5 @@
import { expect } from 'chai'
it('says hello world', function () {
expect(1 + 5).to.eql(6)
})