Patch Changes
-
#1843
c5ee6dee
Thanks @rozenmd! - feat: teach wrangler init how to write js tests -
#1856
6aae958a
Thanks @rozenmd! - feat: add vitest as a test runner option -
#1839
2660872a
Thanks @cameron-robey! - feat: make it possible to specify a path forunstable_dev()
's fetch methodconst worker = await unstable_dev( "script.js" ); const res = await worker.fetch(req);
where
req
can be anything fromRequestInfo
:string | URL | Request
. -
#1851
afca1b6c
Thanks @cameron-robey! - feat: summary output for secret:bulkWhen wrangler
secret:bulk <json>
is run, a summary is outputted at the end with the number of secrets successfully / unsuccessfully created. -
#1847
5726788f
Thanks @rozenmd! - chore: add instructions as part of wrangler init for testing -
#1846
f450e387
Thanks @rozenmd! - fix: when runningwrangler init
, add atest
script to package.json when the user asks us to write their first test -
#1837
aa5ede62
Thanks @rozenmd! - fix: explicitly export UnstableDevWorker type -
#1779
974f3311
Thanks @WalshyDev! - Add debug outputs to the exchange request