[Pkg-javascript-commits] [node-module-deps] 138/444: fix the tr_global test, still fails

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:50 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 39951347e9c59475b3abdb6a7f1c2a6b753d0b92
Author: James Halliday <mail at substack.net>
Date:   Sat Dec 28 18:51:06 2013 -0800

    fix the tr_global test, still fails
---
 test/tr_global.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/tr_global.js b/test/tr_global.js
index 459a167..72b82c8 100644
--- a/test/tr_global.js
+++ b/test/tr_global.js
@@ -9,8 +9,8 @@ test('global transforms', function (t) {
     var p = mdeps(__dirname + '/files/tr_global/main.js', {
         transform: [ 'tr-c', 'tr-d' ],
         globalTransform: [
-            __dirname + '/files/tr_global/tr-e',
-            __dirname + '/files/tr_global/tr-f'
+            __dirname + '/files/tr_global/node_modules/tr-e',
+            __dirname + '/files/tr_global/node_modules/tr-f'
         ],
         transformKey: [ 'browserify', 'transform' ]
     });

-- 
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