Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Apr 11, 2018
1 parent b97b19f commit 597bf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/ReactPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ describe('ReactPlayer', () => {
})
})

describe.only('FilePlayer forceVideo', () => {
describe('FilePlayer forceVideo', () => {
beforeEach(done => {
renderPlayer({
url: 'http://example.com/file.mp3',
Expand All @@ -386,7 +386,7 @@ describe('ReactPlayer', () => {
})
})

describe.only('FilePlayer forceAudio', () => {
describe('FilePlayer forceAudio', () => {
beforeEach(done => {
renderPlayer({
url: 'http://example.com/random/path',
Expand Down

0 comments on commit 597bf33

Please sign in to comment.