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

use env var to switch next.js to turbopack mode #51353

Merged
merged 17 commits into from
Jun 21, 2023
Merged

Commits on Jun 15, 2023

  1. use env var to switch next.js to turbopack mode

    this forces all tests to use turbopack independent of the way they invoke next dev
    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    31f33cb View commit details
    Browse the repository at this point in the history
  2. disable not working test case

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4c9333b View commit details
    Browse the repository at this point in the history
  3. fixup

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    973bc30 View commit details
    Browse the repository at this point in the history
  4. remove old code

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    984867a View commit details
    Browse the repository at this point in the history
  5. remove turbo option

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    996f668 View commit details
    Browse the repository at this point in the history
  6. update jest config

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    046ce8d View commit details
    Browse the repository at this point in the history
  7. fixup

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d6e2f4d View commit details
    Browse the repository at this point in the history
  8. remove unneccessary check

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a05c5cd View commit details
    Browse the repository at this point in the history
  9. remove non working test case

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    96bf864 View commit details
    Browse the repository at this point in the history
  10. update turbopack test

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0193415 View commit details
    Browse the repository at this point in the history
  11. update telemetry test

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4b48a5b View commit details
    Browse the repository at this point in the history
  12. disable the test the right way

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cedea5a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    266a1ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139d4f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

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

Commits on Jun 21, 2023

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