mohanadarafe / GuideMe

SOEN 390 | Winter 2020 | Mini Capstone
7 stars 5 forks source link

Fix recurring warning when running tests. #104

Closed bkenza closed 4 years ago

bkenza commented 4 years ago

Jest issues the following warning when tests are done running:

😡 Cannot log after tests are done. Did you forget to wait for something async in your test?

To reproduce bug

  1. Run command: npm test
  2. The mentioned warning should be thrown by Jest
bkenza commented 4 years ago

Due to time contraints, we will be closing this enhancement issue.