forked from dominictarr/node-mkdirp
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: update tap + mock-fs. Fix broken test
The test suite is currently failing on anything higher than v4 Updating mock-fs fixes this. As tap was quite out of date I have updated that as well. After updating the dependencies a test began failing due to `test.end()` being called more than once. This is fixed
- Loading branch information
Myles Borins
committed
Feb 6, 2016
1 parent
d4eff0f
commit b8629ff
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,4 @@ test('async root perm', function (t) { | |
if (err) t.fail(err); | ||
t.end(); | ||
}); | ||
t.end(); | ||
}); |