wingkwong / react-quiz-component

:orange_book: React Quiz Component
https://wingkwong.github.io/react-quiz-component/
MIT License
370 stars 142 forks source link

test suite #138

Open wingkwong opened 11 months ago

wingkwong commented 11 months ago

as the project grows, we need to some tests to make sure the upcoming changes won't break the existing ones.

VishakhaSainani commented 11 months ago

@wingkwong Can you elaborate in detail?

wingkwong commented 11 months ago

@VishakhaSainani basically we need all features working as expected. The tests can be run locally. Also we should run it on CI pipeline (Github Action) to make sure the new changes won't break the existing features.