-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Templates] Fix Failing Test #3456
Conversation
Worker TypeScript test was failing and type error indicated it was related to the input of the workers.dev
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5258513439/npm-package-wrangler-3456 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/3456/npm-package-wrangler-3456 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5258513439/npm-package-wrangler-3456 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5258513439/npm-package-cloudflare-pages-shared-3456 Note that these links will no longer work once the GitHub Actions artifact expires. |
Codecov Report
@@ Coverage Diff @@
## main #3456 +/- ##
==========================================
+ Coverage 75.17% 75.21% +0.04%
==========================================
Files 183 183
Lines 11052 11052
Branches 2904 2904
==========================================
+ Hits 8308 8313 +5
+ Misses 2744 2739 -5 |
Worker TypeScript test was failing and type error indicated it was related to the input of the workers.dev
Worker TypeScript test was failing and type error indicated it was related to the input of the workers.dev
Part of #3441
Reviewer is to perform the following, as applicable: