Introduction to Testing
Learn about the content outline and the topics covered in this chapter.
We'll cover the following...
Chapter overview
Code isn’t created until the respective tests have been written. After reading the previous chapters, we can probably agree on that statement. However, we might be wondering, why haven’t we written any tests? Fair enough.
We chose not to do this because we believe it would make the content harder to absorb. Since we wanted to focus on learning Deno while building an application, we decided not to do this. ...