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

Version Packages #450

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Version Packages #450

merged 1 commit into from
Dec 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 5, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@moonwall/[email protected]

Minor Changes

Patch Changes

  • 7cce71c: Added vitest arg pass through

  • 7cce71c: ### Enhanced Test CLI Options

    New Features

    • Added support for passing Vitest configuration options directly through CLI

      moonwall test dev_test --vitest "bail=2 retry=2"

    This can also be added to your moonwall.config.json file like:

    {
      "name": "passthrough_test",
      "testFileDir": ["suites/multi_fail"],
      "description": "Testing that bail can be passed through",
      "foundation": {
        "type": "read_only"
      },
      "vitestArgs": {
        "bail": 1
      },
      "connections": []
    }
  • Updated dependencies [543bda2]

@moonwall/[email protected]

Minor Changes

@moonwall/[email protected]

Minor Changes

Patch Changes

@moonwall/[email protected]

Minor Changes

Patch Changes

  • 7cce71c: Added vitest arg pass through

@moonwall/[email protected]

@github-actions github-actions bot force-pushed the changeset-release/main branch from daf06f0 to 8ab9e19 Compare December 5, 2024 13:33
@timbrinded timbrinded merged commit 2b0afd6 into main Dec 5, 2024
@timbrinded timbrinded deleted the changeset-release/main branch December 5, 2024 13:43
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.

1 participant