mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
atom.getVersion returns plain string, not string object.
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user