Skip to content

Commit

Permalink
test(unit): Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed Oct 2, 2019
1 parent 82058b8 commit c2255db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/unit/browser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@ describe('Browser', () => {

expect(browser.lastResult.totalTime).to.equal(2)
})

it('should error the result if zero tests executed', () => {
browser.state = Browser.STATE_EXECUTING
browser.onComplete()

expect(browser.lastResult.error).to.equal(true)
})
})

describe('onDisconnect', () => {
Expand Down

0 comments on commit c2255db

Please sign in to comment.