-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
preact-testing-library
version: 2.0.1preact
version: anynode
version: anynpm
(oryarn
) version: any
Problem description:
This package doesn't have ESM support. This is needed for vitest
to properly load ESM
version of preact: related issue
Suggested solution:
Bundle ESM and add it to exports
field, so Node can resolve it automatically.