JLuboff / connect-mssql-v2

MS SQL Server session store for Express Session
MIT License
5 stars 7 forks source link

[chore] test refactor/cleanup #76

Open bradtaniguchi opened 3 months ago

bradtaniguchi commented 3 months ago

Is your feature request related to a problem? Please describe.

When testing locally the suite relies on the built source code, which includes both the src+test+mappings and even sometimes some nested source (like dist/dist?)

Also, during testing there appears to be a number of warnings/errors and coverage flags. 100% coverage is often over-rated, but its worth looking into as a last step after cleaning up what is getting flagged.

Describe the solution you'd like

I can think of a few approaches: