cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
999 stars 632 forks source link

Fix import of worker in typescript template #133

Closed efkann closed 1 year ago

efkann commented 1 year ago

A while ago, typescript template switched to default export (https://github.com/cloudflare/templates/pull/126). But it seems like its still using named import in the test file which results in failure. This PR fixes it.