DavidGolodetsky / GeekScore

A PWA for board games fans. It allows you to store your games, create teams, and collect statistics. It's built with MEVN stack, using Vue.js 2 and Vuetify.
https://geekscore.herokuapp.com
MIT License
8 stars 33 forks source link

Cover common.ts with unit tests #198

Open DavidGolodetsky opened 3 years ago

DavidGolodetsky commented 3 years ago

"Actual:" A test file for common.ts already exists tests/unit/common.spec.ts but when you run npm test you can see that test coverage for this file isn't full.

image

"Expected:" Full test coverage for this file.

Ashit743 commented 3 weeks ago

Hey @DavidGolodetsky, could you please assign me this.