mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused fsUtils.split()
This commit is contained in:
@@ -31,11 +31,6 @@ describe "fsUtils", ->
|
||||
expect(fsUtils.exists("")).toBe false
|
||||
expect(fsUtils.exists(null)).toBe false
|
||||
|
||||
describe ".split(path)", ->
|
||||
it "returns path components", ->
|
||||
expect(fsUtils.split("/a/b/c.txt")).toEqual ["", "a", "b", "c.txt"]
|
||||
expect(fsUtils.split("a/b/c.txt")).toEqual ["a", "b", "c.txt"]
|
||||
|
||||
describe ".makeTree(path)", ->
|
||||
beforeEach ->
|
||||
fsUtils.remove("/tmp/a") if fsUtils.exists("/tmp/a")
|
||||
|
||||
Reference in New Issue
Block a user