Skip to content

Commit

Permalink
#1386 Added failing test: browserify still transforms symlinked modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Nov 19, 2015
1 parent bbfabaa commit 998603f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/tr_symlink/b-module/ext.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = 777;
3 changes: 2 additions & 1 deletion test/tr_symlink/b-module/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
module.exports = 777
var ext = require('./ext');
module.exports = ext;

0 comments on commit 998603f

Please sign in to comment.