Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Created July 5, 2020 07:28
Show Gist options
  • Save jsdecena/ad41c2948049d31f08891aa08ee49652 to your computer and use it in GitHub Desktop.
Save jsdecena/ad41c2948049d31f08891aa08ee49652 to your computer and use it in GitHub Desktop.
Simple TDD in NodeJS
info: serving app on http://127.0.0.1:4000
User unit test
✖ it can make a user (202ms)
ERRORS
1. it can make a user
Error: SQLITE_ERROR: no such table: users
FAILED
total : 1
failed : 1
time : 205ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment