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(cli): Modify existence check of jest.config to check for both .js and .ts extensions in rw test #6074

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

dac09
Copy link
Contributor

@dac09 dac09 commented Jul 28, 2022

Fixes #6063

@dac09 dac09 added the release:fix This PR is a fix label Jul 28, 2022
@dac09 dac09 requested a review from jtoar July 28, 2022 14:55
@nx-cloud
Copy link

nx-cloud bot commented Jul 28, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit eac2d9a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 14 targets

Sent with 💌 from NxCloud.

@netlify
Copy link

netlify bot commented Jul 28, 2022

Deploy Preview for redwoodjs-docs canceled.

Name Link
🔨 Latest commit eac2d9a
🔍 Latest deploy log https://app.netlify.com/sites/redwoodjs-docs/deploys/62e2a3554883d200082c0d30

@jtoar jtoar enabled auto-merge (squash) July 28, 2022 15:16
@jtoar jtoar merged commit 6588a59 into redwoodjs:main Jul 28, 2022
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Jul 28, 2022
@dac09 dac09 deleted the fix/jest-config-ts branch July 28, 2022 15:23
dac09 added a commit to dthyresson/redwood that referenced this pull request Jul 28, 2022
…onfig-plugins

* 'main' of github.com:redwoodjs/redwood: (78 commits)
  fix(cli): Modify existence check of jest.config to check for both .js and .ts extensions in rw test (redwoodjs#6074)
  Tutorial 6.4: Add type generics to mockGraphQLMutation (redwoodjs#6046)
  Tutorial 6.2: Add generics type hint to CellSuccessProps (redwoodjs#6042)
  fix(deps): update graphql-tools monorepo (redwoodjs#6066)
  fix(deps): update dependency @types/node to v16.11.46 (redwoodjs#6065)
  chore(deps): update dependency @okta/okta-auth-js to v6.7.3 (redwoodjs#6068)
  chore(deps): update dependency @types/react to v17.0.48 (redwoodjs#6069)
  CLI responsiveness (redwoodjs#6028)
  Copy changes from "Make Jest Debugging a No-Brainer" (5296) (redwoodjs#6070)
  fix(deps): update dependency @graphql-codegen/cli to v2.11.0 (redwoodjs#6067)
  Update yarn.lock
  Version docs to 2.2
  Update all contributors
  Update yarn.lock
  v2.2.0
  Dedupe yarn.lock
  Show correct env filename on serverless firstrun deploy (redwoodjs#6023)
  chore(deps): update dependency firebase to v9.9.1 (redwoodjs#6020)
  tailwindcss ui: Add tailwindcss prettier rules (redwoodjs#5812)
  fix(deps): update dependency eslint-plugin-jsx-a11y to v6.6.1 (redwoodjs#6017)
  ...
@jtoar jtoar modified the milestones: next-release, next-release-patch, v2.2.1, v2.3.0 Aug 1, 2022
@jtoar jtoar modified the milestones: next-release, v3.0.0 Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix This PR is a fix
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Bug]: jest.config.ts not supported
2 participants