init
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
var calc = require('algo').calc;
|
||||
|
||||
module.exports = function (x) { return calc(x); }
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
var f = require('./f.js');
|
||||
|
||||
t.equal(f(14), 11, 'transformation scope');
|
||||
Reference in New Issue
Block a user