Created
July 5, 2020 07:28
-
-
Save jsdecena/ad41c2948049d31f08891aa08ee49652 to your computer and use it in GitHub Desktop.
Simple TDD in NodeJS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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