Closed oyrad closed 2 weeks ago
What's your version of nuqs?
nuqs
2.1.1
What framework are you using?
Which version of your framework are you using?
14.2.3
Testing nuqs 2 using jest throws the following error:
Test suite failed to run This package is ESM only. See https://github.com/47ng/nuqs/issues/691 for more details.
The linked issue is of no help.
nuqs 2.x.x
import { NuqsTestingAdapter } from 'nuqs/adapters/testing'
Get error
-->
See #727 and #737 for solutions. Please try that and report back.
I'll update the error link to point to an aggregate ticket.
Context
What's your version of
nuqs
?2.1.1
What framework are you using?
Which version of your framework are you using?
14.2.3
Description
Testing nuqs 2 using jest throws the following error:
The linked issue is of no help.
Reproduction
nuqs 2.x.x
import { NuqsTestingAdapter } from 'nuqs/adapters/testing'
in a test suiteGet error
-->