Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 7ae73eb

Browse files
authored
Merge pull request #49 from mjhenkes/fix_test_problem
Tiny fix to tests.
2 parents 67cec91 + 73fb6ec commit 7ae73eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/MemoryFileSystem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ describe("pathToArray", function() {
369369
fs.pathToArray("C:\\a\\b").should.be.eql(["C:", "a", "b"]);
370370
});
371371
it("should fail on invalid paths", function() {
372+
var fs = new MemoryFileSystem();
372373
(function() {
373374
fs.pathToArray("0:/");
374375
}).should.throw();

0 commit comments

Comments
 (0)