Skip to content

Commit

Permalink
add version test
Browse files Browse the repository at this point in the history
  • Loading branch information
gkz committed Mar 21, 2014
1 parent 0fc604d commit 8b69cbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/index.ls
@@ -0,0 +1,6 @@
type-check = require '..'
{strict-equal: equal} = require 'assert'

suite 'index' ->
test 'version' ->
equal type-check.VERSION, (require '../package.json').version

0 comments on commit 8b69cbd

Please sign in to comment.