Add app.getLocale()

This commit is contained in:
Ryohei Ikegami 2015-09-16 17:16:21 +09:00
parent 08f5c32306
commit b9c274929b
3 changed files with 11 additions and 0 deletions

View file

@ -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 ->