node/test
Ryan f6a7fe2657 Implement onExit() hook for modules.
onExit() is similar to the onLoad() callback. onExit() is called on each
module just before the process exits. This can be used to check state in
unit tests, but not to perform I/O. The process will forcibly exit as soon
as all of the onExit callbacks are made.
2009-06-08 16:17:33 +02:00
..
fixtures Implement onExit() hook for modules. 2009-06-08 16:17:33 +02:00
mjsunit.js everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
test-cat-noexist.js Module system refactor 2009-06-08 15:34:15 +02:00
test-file-open.js Module system refactor 2009-06-08 15:34:15 +02:00
test-http-server.js Module system refactor 2009-06-08 15:34:15 +02:00
test-module-loading.js Implement onExit() hook for modules. 2009-06-08 16:17:33 +02:00
test-pingpong.js Module system refactor 2009-06-08 15:34:15 +02:00
test-reconnecting-socket.js Module system refactor 2009-06-08 15:34:15 +02:00
test-setTimeout.js Module system refactor 2009-06-08 15:34:15 +02:00