Skip to content

Commit

Permalink
test: add browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Jun 29, 2017
1 parent 7fc585a commit 2d838b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,14 @@ describe('util', function(){
endFrame.rect[1].should.equal(882);
});
});

describe('browser', function(){
it('jsVendor', function(){
Hilo.browser.jsVendor.should.be.String();
});

it('cssVendor', function(){
Hilo.browser.cssVendor.should.be.String();
});
});
});

0 comments on commit 2d838b0

Please sign in to comment.