Closed
Description
There is an extensionless import here: https://github.com/testing-library/svelte-testing-library/blob/main/src/index.js#L1
This causes my test stage to fail (with playwright) as the ./pure
module cannot be found.
There is an extensionless import here: https://github.com/testing-library/svelte-testing-library/blob/main/src/index.js#L1
This causes my test stage to fail (with playwright) as the ./pure
module cannot be found.