Skip to content
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

Fix the worker-speedtest template (#5830) #5840

Merged
merged 2 commits into from
Jul 3, 2024

Commits on May 15, 2024

  1. Fix the worked-speedtest template (cloudflare#5830)

    The code had been converted to typescript in 026d944, but packages.json and several other places still refered to .js files.
    
    In addition a refactoring of the test code meant tests for both /up and /down urls were now being sent to the handler for /up, causing the tests to fail. I removed some of the test in up.test.ts since they were testing different values of the ?bytes= parameter, but this parameter is only used in down.ts, not in up.ts.
    nielsreijers committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f4c937e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    780c7d2 View commit details
    Browse the repository at this point in the history