Skip to content

Commit c940a1c

Browse files
Properly named the test for the string passing
Fixes: #124 (comment)
1 parent d28fee1 commit c940a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cache_persistent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test('passes persistent cache error through', function (t) {
5555
p.on('error', function (err) { t.equals(err.message, 'foo') });
5656
});
5757

58-
test('allow passing of a different stream', function (t) {
58+
test('allow passing of the raw source as string', function (t) {
5959
t.plan(1);
6060
var p = parser({
6161
persistentCache: function (file, id, pkg, fallback, cb) {

0 commit comments

Comments
 (0)