Skip to content

Commit

Permalink
Validate init module
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Sep 4, 2020
1 parent d7c7a62 commit 847687d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/unit/init.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Init from '../../src/js/init'

describe('Init Module', () => {
it('has a function named init', () => {
expect(typeof Init.init).toBe('function')
})
})

0 comments on commit 847687d

Please sign in to comment.