swsnu / swppfall2021

Learning Software Engineering By Building Web Services
28 stars 19 forks source link

Question about HW3-2 #89

Open jaeyeonkim99 opened 3 years ago

jaeyeonkim99 commented 3 years ago

In the slide 51, it states that "index.js and serviceWorker.js files will be excluded from HW3 test coverage measurement". Does the "index.js" here means all the index.js that I included, for instance for action and reducer, not only the src/index.js?

Thank you.

chang-jin commented 3 years ago

Yes. You can exclude index.js for action and reducer as well.

jaeyeonkim99 commented 3 years ago

Thank you!