test-utils
test-utils copied to clipboard
chore: fix URL must be file:// protocol error in e2e tests
๐ Linked issue
โ Type of change
- [ ] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
I couldn't run the E2E Example tests because the configs use fileURLToPath without a file:// protocol. It's just trying to resolve the rootDir up a directory, so this PR swaps to using resolve
in what environment do they not work? can you give me more info on how to reproduce?
the tests work for me locally on macos, as well as in CI on linux + windows