autoSubmit -> uploadToServer
This commit is contained in:
parent
f3756ccf29
commit
a4bbad03c2
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ describe('crashReporter module', function () {
|
|||
crashReporter.start({
|
||||
companyName: 'Umbrella Corporation',
|
||||
submitURL: 'http://127.0.0.1/crashes',
|
||||
autoSubmit: true
|
||||
uploadToServer: true
|
||||
})
|
||||
assert.equal(crashReporter.getUploadToServer(), true)
|
||||
crashReporter.setUploadToServer(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue