ShaggyTech / nhtsa-api-wrapper

Decode and Validate Vehicle VINs - Javascript Client Wrapper for the nhtsa.dot.gov VPIC Vehicles API.
https://vpic.shaggytech.com
MIT License
30 stars 8 forks source link

Alias for .vitest folder breaking vitest coverage output #515

Closed ShaggyTech closed 1 year ago

ShaggyTech commented 1 year ago

We will need to use something other than ‘@vitest’ as an alias for the ‘.vitest’ folder as this interferes with ‘@vitest/some-package’ imports.

The following alias needs to be renamed:

https://github.com/ShaggyTech/nhtsa-api-wrapper/blob/049ed96ebec4e7dd22503f8ab32bb079a6d10263/packages/lib/vite.config.ts#L37

ShaggyTech commented 1 year ago

Resolved in #519