grc4kd / my-resume

Griffin Crane's Professional Resume
MIT License
0 stars 0 forks source link

Cleanup mock data and fix an async bug in test for firebase app service. #16

Closed grc4kd closed 1 week ago

grc4kd commented 1 week ago

Test setup function beforeAll was not async. Updating method to use await on call to Firestore prevents reads before data from setup had been committed by the setup function.