Is it possible to write tests in Node.js without an external library?
yes, through the assert module
yes, through the debugger module
yes, through the console module
no From the article: Making a Testing Framework in Node.js (Without any External Libraries)