mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03: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)
|