Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
13 additions
and 3 deletions.
- +1 −1 index.js
- +8 −2 test/tr_symlink.js
- +2 −0 test/tr_symlink/app/main.js
- +1 −0 test/tr_symlink/app/node_modules/bbb
- +1 −0 test/tr_symlink/b-module/index.js
@@ -1,4 +1,6 @@ | ||
var a = require('aaa'); | ||
var b = require('bbb'); | ||
|
||
console.log(5); | ||
console.log(a); | ||
console.log(b); |
@@ -0,0 +1 @@ | ||
module.exports = 777 |