node/test
Nick Stenning 78520ba482 Don't attempt to load a directory.
This patch replaces the path.exists check for module loading with a call to
fs.statSync (or fs.stat for require.async) which ensures that it's not trying
to load a directory.
2010-08-04 15:55:47 -07:00
..
disabled Update tests to work with module contexts 2010-07-15 14:21:31 -07:00
fixtures Don't attempt to load a directory. 2010-08-04 15:55:47 -07:00
internet Split tests. 2010-02-25 11:41:11 -08:00
message Update tests to work with module contexts 2010-07-15 14:21:31 -07:00
pummel Update tests to work with module contexts 2010-07-15 14:21:31 -07:00
simple Don't attempt to load a directory. 2010-08-04 15:55:47 -07:00
common.js Update tests to work with module contexts 2010-07-15 14:21:31 -07:00