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

create-turbo: improve test cases and make them pass #1655

Merged
merged 2 commits into from
Aug 15, 2022

Commits on Aug 15, 2022

  1. create-turbo: improve test cases and make them pass

    - Make existing tests pass
    - Add GH action to run tests in CI
    
      Set up a new Github Action that builds the turbo CLI (since that is
      required for the create-turbo tests) and runs the JS tests for that
      package.
    
      Notable things:
    
      - Installs yarn and disables corepack as part of the test suite. This
        is the pristine state we want for the tests that exist today. For
        future tests cases that have a different setup, we may need to
        modify this more.
    
      - Disables Windows tests. This yarn setup on Windows does not seem to
        work, but this gets us one step forward.
    mehulkar committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6ad5058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8025d02 View commit details
    Browse the repository at this point in the history