mirror of
https://github.com/outbackdingo/control-pane.git
synced 2026-02-07 17:50:25 +00:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
var b = require('./b');
|
|
t.equal(b, 'foo');
|
|
module.exports = 'bar';
|