Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server Testing #42

Open
fadeomar opened this issue Mar 4, 2020 · 0 comments
Open

server Testing #42

fadeomar opened this issue Mar 4, 2020 · 0 comments

Comments

@fadeomar
Copy link

fadeomar commented Mar 4, 2020

test('test jest', () => {

Are you currently manually testing your app?

When you push new code do you manually test all features in your app to ensure the new code doesn’t break existing functionality? How about when you’re fixing a bug? Do you manually test your app? How many times - ten, twenty, thirty times?

Stop wasting time!

If you do any sort of manual testing write an automated test instead. Your future self will thank you.

Need more convincing? Testing…

Helps break down problems into manageable pieces
Forces you to write cleaner code
Prevents over coding
Let’s you sleep at night (because you actually know that your code works)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant