Remove .only call
This commit is contained in:
parent
1e140fb32c
commit
ef801d5543
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue