opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

Testing frontend React #83

Open rasheemhenry opened 5 years ago

rasheemhenry commented 5 years ago

I'm looking to add some tests for the React portion of this project, @yizongk in the ReadMe of myapp/test it mentions those tests should only be for the backend portion (express Js). Is there a preference in location of frontend tests?

yizongk commented 4 years ago

That would be great! If you can think of any test case for front end, go on ahead, we will review it

And as for the locations, maybe create a myapp/test/backend and dump all the current tests into that folder. Then create myapp/test/frontend and make your front tests in that folder! :^)