[Pkg-javascript-commits] [node-module-deps] 50/444: hadn't added a test file

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:42 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 072412f026e822231e086d8dd2d723d524eb6d47
Author: James Halliday <mail at substack.net>
Date:   Wed Feb 27 17:18:22 2013 -0800

    hadn't added a test file
---
 test/files/tr_sh/main.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/files/tr_sh/main.js b/test/files/tr_sh/main.js
new file mode 100644
index 0000000..084b20e
--- /dev/null
+++ b/test/files/tr_sh/main.js
@@ -0,0 +1,7 @@
+var f = require('./f.js');
+var m = require('m');
+var g = require('g');
+
+t.equal(m(f(AAA)), 555, 'transformation scope');
+t.equal(g(3), 333, 'sub-transformation applied');
+t.equal(typeof GGG, 'undefined', 'GGG leak');

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