Automated Testing with Jest #33
warengonzaga
started this conversation in
Brainstorm
Replies: 2 comments 2 replies
-
Question on format of spec files:in #32 i separated each request into its own file which would also make adding test files easier.
this makes it easier to maintain the test files imo naming the file each file import { handleCreateRoom } from 'api/createRoom'; Do you guys have the same practice or do you have a dedicated |
Beta Was this translation helpful? Give feedback.
2 replies
-
initital setup of jest, will PR when #32 is accepted |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was thinking of implementing Jest to the project the same as my recent projects.
I need a better implementation of it so that I can replicate it with other projects I have.
We first discussed it here (#32)
Beta Was this translation helpful? Give feedback.
All reactions