isCi -> isCI
This commit is contained in:
parent
f5f790863d
commit
f0566f3790
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ describe('crashReporter module', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
it('should send minidump when renderer crashes', function (done) {
|
it('should send minidump when renderer crashes', function (done) {
|
||||||
if (isCi) return
|
if (isCI) return
|
||||||
|
|
||||||
this.timeout(120000)
|
this.timeout(120000)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue