mirror of https://github.com/lukechilds/node.git
Browse Source
Currently we are not testing that resolution of local paths is resolved first in the repl. This addition to `test-repl-require` adds an additional fixture an ensures we won't regress in the future PR-URL: https://github.com/nodejs/node/pull/5689 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>process-exit-stdio-flushing
Myles Borins
9 years ago
committed by
Phillip Johnsen
2 changed files with 3 additions and 2 deletions
@ -0,0 +1 @@ |
|||
module.exports = 'perhaps I work'; |
Loading…
Reference in new issue