Remove semicolons from spec
This commit is contained in:
Родитель
9f94652792
Коммит
ba98109d33
|
@ -9,9 +9,9 @@ describe('systemPreferences module', function () {
|
|||
}
|
||||
|
||||
it('should return a non-empty string', function () {
|
||||
let accentColor = systemPreferences.getAccentColor();
|
||||
assert.notEqual(accentColor, null);
|
||||
assert(accentColor.length > 0);
|
||||
let accentColor = systemPreferences.getAccentColor()
|
||||
assert.notEqual(accentColor, null)
|
||||
assert(accentColor.length > 0)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче