node/test/fixtures
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
..
b Implement onExit() hook for modules. 2009-06-08 16:17:33 +02:00
a.js Implement onExit() hook for modules. 2009-06-08 16:17:33 +02:00
x.txt debugging/improving the module framework 2009-04-21 13:52:21 +02:00