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

feat: testing helpers #4539

Merged
merged 38 commits into from Dec 2, 2022
Merged

feat: testing helpers #4539

merged 38 commits into from Dec 2, 2022

Commits on Nov 16, 2022

  1. feat: testing helpers

    Co-authored-by: James Restall <james.restall@gmail.com>
    
    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    47d00dd View commit details
    Browse the repository at this point in the history
  2. chore: use experimental

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3f9e0a6 View commit details
    Browse the repository at this point in the history
  3. chore: update imports to @remix-run/server-runtime/dist/router

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1756442 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a892ad View commit details
    Browse the repository at this point in the history
  5. Revert "chore: use experimental"

    This reverts commit 76d710f.
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    60818b9 View commit details
    Browse the repository at this point in the history
  6. chore: remove deep imports

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2230d59 View commit details
    Browse the repository at this point in the history
  7. chore: move router to deps until remix uses 6.4 internally

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1de9bb1 View commit details
    Browse the repository at this point in the history
  8. chore: explicit exports

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e44ee01 View commit details
    Browse the repository at this point in the history
  9. nested route data

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9e6244e View commit details
    Browse the repository at this point in the history
  10. chore: import from server-runtime/router

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d071451 View commit details
    Browse the repository at this point in the history
  11. chore: script yalc store publishing

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    52b7d6c View commit details
    Browse the repository at this point in the history
  12. chore: use experimental, publish all packages to yalc store

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bce671f View commit details
    Browse the repository at this point in the history
  13. imports

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    62cf0ab View commit details
    Browse the repository at this point in the history
  14. rebase on document-request-experimental

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3d0684f View commit details
    Browse the repository at this point in the history
  15. chore: remove @remix-run/router

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e73427a View commit details
    Browse the repository at this point in the history
  16. chore: yalc use push

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f9a005d View commit details
    Browse the repository at this point in the history
  17. chore: update version

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e621712 View commit details
    Browse the repository at this point in the history
  18. add extended type with element

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d9a9ba2 View commit details
    Browse the repository at this point in the history
  19. chore: add "future" key to context

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1edd2bf View commit details
    Browse the repository at this point in the history
  20. chore: convert routes

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ec217ec View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Revert: chore: convert routes

    This reverts commit ec217ec.
    
    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e02e1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1d787 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 22, 2022

  1. chore: allow setting remix config "future"

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b262e20 View commit details
    Browse the repository at this point in the history
  2. fix: enable v5Compat for createMemoryHistory so listener is called

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5ec3e58 View commit details
    Browse the repository at this point in the history
  3. chore: remove log

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e6e1c94 View commit details
    Browse the repository at this point in the history
  4. chore: mark unstable

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9748dbc View commit details
    Browse the repository at this point in the history
  5. chore: mark unstable

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b22c8d6 View commit details
    Browse the repository at this point in the history
  6. chore: revert

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    11025b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. chore: make element on RouteObject optional

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2201c47 View commit details
    Browse the repository at this point in the history
  2. chore: update export

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1e5d58e View commit details
    Browse the repository at this point in the history
  3. chore: rename custom RouteObject to StubRouteObject

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7814544 View commit details
    Browse the repository at this point in the history
  4. chore: update comment

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    99b5566 View commit details
    Browse the repository at this point in the history
  5. chore: use path.join in rollup config

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    fd9e36a View commit details
    Browse the repository at this point in the history
  6. Create poor-shrimps-boil.md

    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a569840 View commit details
    Browse the repository at this point in the history
  7. feat: add installGlobals that adds jsdom's FormData to global

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2185293 View commit details
    Browse the repository at this point in the history
  8. chore: add happy-dom as a possible framework, but throw immediately

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    657b0ac View commit details
    Browse the repository at this point in the history
  9. chore: default to jsdom

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    65bda9d View commit details
    Browse the repository at this point in the history