Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent import behavior between local and remote tests #243

Open
joekukish opened this issue Aug 11, 2022 · 0 comments
Open

Inconsistent import behavior between local and remote tests #243

joekukish opened this issue Aug 11, 2022 · 0 comments

Comments

@joekukish
Copy link

joekukish commented Aug 11, 2022

This might be a missing configuration on my side, so reaching out first for clarification.

if I have a benchmark with an import like this

import { component } from './File';

Local testing works as expecting, however if I try to compare against another version (using packageVersions), the import will fail. I need to change it to have the extension for this to work as expected.

My repo is currently not ready to switch to use explicit extensions, so I hope to be able to keep skipping extensions while testing remote.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant