We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28fee1 commit c940a1cCopy full SHA for c940a1c
test/cache_persistent.js
@@ -55,7 +55,7 @@ test('passes persistent cache error through', function (t) {
55
p.on('error', function (err) { t.equals(err.message, 'foo') });
56
});
57
58
-test('allow passing of a different stream', function (t) {
+test('allow passing of the raw source as string', function (t) {
59
t.plan(1);
60
var p = parser({
61
persistentCache: function (file, id, pkg, fallback, cb) {
0 commit comments