Remove .only call

This commit is contained in:
Kevin Sawicki 2016-04-28 09:58:04 -07:00
parent 1e140fb32c
commit ef801d5543

View file

@ -75,7 +75,7 @@ describe('crash-reporter module', function () {
}) })
}) })
describe.only('.start(options)', function () { describe('.start(options)', function () {
it('requires that the companyName and submitURL options be specified', function () { it('requires that the companyName and submitURL options be specified', function () {
assert.throws(function () { assert.throws(function () {
crashReporter.start({ crashReporter.start({