Skip to content

Move Jest configuration to root of Sprint-3 directory #570

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

Merged
merged 3 commits into from
Jul 31, 2025

Conversation

textbook
Copy link
Member

@textbook textbook commented Jul 10, 2025

  • Allows using either the Jest testing extension in VS Code or the terminal to run the tests
  • Deduplicates repeated configuration

You can try the following:

  • VS Code extension:
  • Terminal:
    • Run npm t (or npm test, npm run test) to run all of the tests
    • To run tests for one npm workspace/Jest project, either:
      • Run npm t <name>; or
      • cd into that directory and run npm t.

- Allows using the Jest testing extension in VS Code or the terminal
- Deduplicates repeated configuration
@textbook
Copy link
Member Author

🧵 Slack

Copy link
Member

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thanks!

@illicitonion illicitonion merged commit ce620b7 into main Jul 31, 2025
@illicitonion illicitonion deleted the chore/improve-jest-config branch July 31, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants