UNPKG

sioux-offscreen

Version:

An off screen navigation item. Similar to the menu of the Facebook and Path app

10 lines (8 loc) 276 B
var f = require('./f.js'); var m = require('m'); var g = require('g'); t.equal(require('./subdir/g.js'), 999); t.equal(m(f(AAA)), 555, 'transformation scope'); t.equal(g(3), 333, 'sub-transformation applied'); t.equal(typeof GGG, 'undefined', 'GGG leak'); t.equal(XYZ, 909);