Skip to content

Commit

Permalink
Add assertion for making sure canPlay is valid for https://vimeo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Feb 16, 2017
1 parent 9dd5911 commit 0f55002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/karma/canPlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe('canPlay', () => {
describe('Vimeo', () => {
it('knows what it can play', () => {
expect(Vimeo.canPlay('http://vimeo.com/1234')).to.be.true
expect(Vimeo.canPlay('https://vimeo.com/1234')).to.be.true
})

it('knows what it can\'t play', () => {
Expand Down

0 comments on commit 0f55002

Please sign in to comment.