We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c7a62 commit 847687dCopy full SHA for 847687d
test/unit/init.spec.js
@@ -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