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

Migrate type tests to Vitest #4127

Merged
merged 79 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. Rename src/dynamicMiddleware/tests/index.typetest.ts to `src/dynami…

    …cMiddleware/tests/index.test-d.ts`
    aryaemami59 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5994f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799b20b View commit details
    Browse the repository at this point in the history
  3. Rename src/dynamicMiddleware/tests/react.typetest.ts to `src/dynami…

    …cMiddleware/tests/react.test-d.ts`
    aryaemami59 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    acb46b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70af524 View commit details
    Browse the repository at this point in the history
  5. Rename src/query/tests/baseQueryTypes.typetest.ts to `src/query/tes…

    …ts/baseQueryTypes.test-d.ts`
    aryaemami59 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ad884ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8f6f81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9928268 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3a6d20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    505ee08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6fbf1bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d577ad View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    293c669 View commit details
    Browse the repository at this point in the history
  2. Rename src/tests/createEntityAdapter.typetest.ts to `src/tests/crea…

    …teEntityAdapter.test-d.ts`
    aryaemami59 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    bf09e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a7fc95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ac69c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d309df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3c7dbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfa8466 View commit details
    Browse the repository at this point in the history
  8. Rename src/tests/getDefaultEnhancers.typetest.ts to `src/tests/getD…

    …efaultEnhancers.test-d.ts`
    aryaemami59 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    1cdfa79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bd705c View commit details
    Browse the repository at this point in the history
  10. Rename src/tests/getDefaultMiddleware.typetest.ts to `src/tests/get…

    …DefaultMiddleware.test-d.ts`
    aryaemami59 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    10d3add View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d7e219 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b6923b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ba50e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ffb614 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    efea226 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb9aecf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d109c3c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    008230b View commit details
    Browse the repository at this point in the history
  19. 3 Configuration menu
    Copy the full SHA
    1b7a714 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    3f0f097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b02a91 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/reduxjs/redux-toolkit int…

    …o migrate-typetests-to-vitest
    aryaemami59 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    94814b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59f451d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50df02d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f7cf97 View commit details
    Browse the repository at this point in the history
  7. Move the type tests inside getDefaultMiddleware.test.ts into `getDe…

    …faultMiddleware.test-d.ts`
    aryaemami59 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f7dbd7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8025f61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56c3bc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a98378 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e2a47e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b533d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af3511d View commit details
    Browse the repository at this point in the history
  14. Remove typeTestHelpers.ts

    aryaemami59 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    672cc5e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    209d0d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c2abc20 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9e0cb1a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d5155bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4042506 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0724a36 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9669753 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ba94b0a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2a70d74 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf6bd48 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    18a6b2a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7713856 View commit details
    Browse the repository at this point in the history
  27. Remove nested describe block from createAction.test-d.tsx

      - Resolved an issue where the type checker in Vitest hangs when handling three levels of nested `describe` blocks. vitest-dev/vitest#4964
    aryaemami59 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f6d812c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c76527d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2518b10 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    50456ba View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    407bcf5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ebb0637 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b1071f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge branch 'master' of https://github.com/reduxjs/redux-toolkit int…

    …o migrate-typetests-to-vitest
    aryaemami59 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    819e241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c231da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9339d5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50e9640 View commit details
    Browse the repository at this point in the history
  5. Fix broken assertion

    aryaemami59 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a6a7504 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8577395 View commit details
    Browse the repository at this point in the history
  7. Remove IIFE's

    aryaemami59 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d98757f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bba2ee View commit details
    Browse the repository at this point in the history
  9. Fix type annotation

    aryaemami59 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8b331ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38eff96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5781ee View commit details
    Browse the repository at this point in the history
  12. Convert some expressions and statements to type test assertions in `c…

    …onfigureStore.test-d.ts`
    aryaemami59 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3c2afe0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ecd984 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' of https://github.com/reduxjs/redux-toolkit int…

    …o migrate-typetests-to-vitest
    aryaemami59 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5a43739 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3418c5a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77511c3 View commit details
    Browse the repository at this point in the history