mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄
This commit is contained in:
@@ -35,7 +35,7 @@ describe "fs", ->
|
||||
expect(fs.exists(null)).toBe false
|
||||
|
||||
describe ".join(paths...)", ->
|
||||
it "concatenates the given paths with the directory seperator", ->
|
||||
it "concatenates the given paths with the directory separator", ->
|
||||
expect(fs.join('a')).toBe 'a'
|
||||
expect(fs.join('a', 'b', 'c')).toBe 'a/b/c'
|
||||
expect(fs.join('/a/b/', 'c', 'd')).toBe '/a/b/c/d'
|
||||
|
||||
Reference in New Issue
Block a user