Skip to content

Commit

Permalink
Add basic test to ensure it compiles
Browse files Browse the repository at this point in the history
Gross, I know
  • Loading branch information
wolfsage committed Dec 4, 2018
1 parent 5133a09 commit f605aca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Revision history for {{$dist->name}}

{{$NEXT}}

- First release
8 changes: 8 additions & 0 deletions t/00_compile.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
use strict;
use warnings;

use Test::More;

require_ok("JMAP::Tester::WebSocket");

done_testing;

0 comments on commit f605aca

Please sign in to comment.