mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
atom.getVersion returns plain string, not string object.
This commit is contained in:
parent
0fa5ca3782
commit
e430002951
@ -280,7 +280,7 @@ describe "the `atom` global", ->
|
||||
|
||||
describe ".getVersion", ->
|
||||
it "returns the current version number", ->
|
||||
expect(atom.getVersion()).toBeInstanceOf String
|
||||
expect(typeof atom.getVersion()).toBe 'string'
|
||||
|
||||
xdescribe "modal native dialogs", ->
|
||||
beforeEach ->
|
||||
|
Loading…
Reference in New Issue
Block a user