getsentry/spotlight

missing alias in vitest.config.ts causing test case failure.

Closed this issue · 0 comments

Environment

What version are you running? Etc.

Steps to Reproduce

  1. run pnpm run test
  2. 2/3 test cases failed.

Expected Result

Test cases should pass

Actual Result

alias is added for paths in vite.config.ts but not in vitest.config.ts causing failure in test cases, because test suites are not able to resolve the path with alias (~)