uki00a / fresh-testing-library

Utilities for testing fresh apps
https://deno.land/x/fresh_testing_library
MIT License
22 stars 1 forks source link

fix: stop importing `preact-render-to-string` via a bare specifier #58

Closed uki00a closed 11 months ago

uki00a commented 11 months ago

Fresh has been changed to not import preact-render-to-string via a bare specifier (https://github.com/denoland/fresh/pull/1684). This module should also stop doing so.

Closes #57