main.js 69 B

1234
  1. #!/usr/bin/env node
  2. var foo = require('./foo');
  3. t.equal(foo, 1234);