mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
7 lines
223 B
CoffeeScript
7 lines
223 B
CoffeeScript
describe 'Native', ->
|
|
describe '$native.getPlatform()', ->
|
|
it 'returns a non-empty value', ->
|
|
platform = $native.getPlatform()
|
|
expect(platform).not.toBe ''
|
|
expect(platform.length).toBeGreaterThan(0)
|