mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
💄
This commit is contained in:
@@ -33,7 +33,6 @@ describe "fs", ->
|
||||
expect(fs.exists(require.resolve("fixtures") + "/-nope-does-not-exist")).toBe false
|
||||
expect(fs.exists("")).toBe false
|
||||
expect(fs.exists(null)).toBe false
|
||||
#expect(fs.exists(undefined)).toBe false
|
||||
|
||||
describe ".join(paths...)", ->
|
||||
it "concatenates the given paths with the directory seperator", ->
|
||||
|
||||
Reference in New Issue
Block a user