Skip to content

Commit 847687d

Browse files
committed
Validate init module
1 parent d7c7a62 commit 847687d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/unit/init.spec.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import Init from '../../src/js/init'
2+
3+
describe('Init Module', () => {
4+
it('has a function named init', () => {
5+
expect(typeof Init.init).toBe('function')
6+
})
7+
})

0 commit comments

Comments
 (0)