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

🧪 test(none): migrate jest to vitest #1850

Merged
merged 4 commits into from
Nov 1, 2022
Merged

🧪 test(none): migrate jest to vitest #1850

merged 4 commits into from
Nov 1, 2022

Conversation

kellymears
Copy link
Member

enough

refers:

  • none

Type of change

PATCH: backwards compatible change

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

  • none

Dependencies

Adds

  • none

Removes

  • none

@github-actions github-actions bot added the CI Continuous integration issue. label Nov 1, 2022
@kellymears kellymears changed the title wip: jest --> vitest 🧪 test(none): migrate jest to vitest Nov 1, 2022
@kellymears kellymears added the 🚀! automerge label Nov 1, 2022
@kodiakhq kodiakhq bot merged commit 67d7d7c into main Nov 1, 2022
@kodiakhq kodiakhq bot deleted the vitest branch November 1, 2022 10:48
kodiakhq bot pushed a commit that referenced this pull request Nov 8, 2022
## ✨ improve(patch): clean up stack traces (#1773)

There should be less duplication of emitted errors, more meaningful stack traces, and highlighting of important parts of the error message.

## ✨ improve(patch): improve env interpolations (#1856)

Envvars sourced from .env files in the path to the project are now interpolated using env-expand.

If you have an unescaped string that causes the expansion to fail the error will be caught and gracefully downgraded to the basic handler.

## 🎉 feat(none): `bud upgrade` command (#1855)

Run `bud upgrade` to upgrade your project bud dependencies to the latest available version.

## 🩹 fix(patch): reload browser on watched files add/unlink (#1781)

When files are added or removed from a watched path, the browser will now reload.

## 🧪 test(none): migrate jest to vitest (#1850)

This should have no bearing on your project but we switched from jest to vitest and it's pretty cool.

## ℹ️ Release information

For more information [review the diff to see what's changed](v6.5.3...v6.5.4).


refers:

- none

## Type of change

**NONE: internal change**



This PR includes breaking changes to the following core packages:

- none

This PR includes breaking changes to the follow extensions:

- none

## Dependencies

### Adds

- none

### Removes

- none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment