[Pkg-javascript-commits] [node-module-deps] 433/444: Properly named the test for the string passing Fixes: https://github.com/substack/module-deps/pull/124#discussion_r98822788

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:48:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-module-deps.

commit c940a1c076d7f3ab68d74497d2ea51da1619624e
Author: Martin Heidegger <martin.heidegger at gmail.com>
Date:   Wed Feb 1 13:12:36 2017 +0900

    Properly named the test for the string passing
    Fixes: https://github.com/substack/module-deps/pull/124#discussion_r98822788
---
 test/cache_persistent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cache_persistent.js b/test/cache_persistent.js
index 30a79f1..8c18734 100644
--- a/test/cache_persistent.js
+++ b/test/cache_persistent.js
@@ -55,7 +55,7 @@ test('passes persistent cache error through', function (t) {
     p.on('error', function (err) { t.equals(err.message, 'foo') });
 });
 
-test('allow passing of a different stream', function (t) {
+test('allow passing of the raw source as string', function (t) {
     t.plan(1);
     var p = parser({
         persistentCache: function (file, id, pkg, fallback, cb) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git



More information about the Pkg-javascript-commits mailing list