mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Remove .only call
This commit is contained in:
@@ -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 () {
|
||||
assert.throws(function () {
|
||||
crashReporter.start({
|
||||
|
||||
Reference in New Issue
Block a user