Add app.getLocale()
This commit is contained in:
parent
08f5c32306
commit
b9c274929b
3 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,10 @@ describe 'app module', ->
|
|||
assert.equal app.getName(), 'test-name'
|
||||
app.setName 'Electron Test'
|
||||
|
||||
describe 'app.getLocale()', ->
|
||||
it 'should not be empty', ->
|
||||
assert.notEqual app.getLocale(), ''
|
||||
|
||||
describe 'BrowserWindow events', ->
|
||||
w = null
|
||||
afterEach ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue