fungible-systems / micro-stacks

Tiny libraries for building the next generation of Stacks apps.
https://micro-stacks.dev
MIT License
82 stars 15 forks source link

feat: migrate to vitest #146

Closed Aslemammad closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
micro-stacks-docs ✅ Ready (Inspect) Visit Preview Aug 8, 2022 at 2:38PM (UTC)
changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 8554254ee544a8b9447eb9c2b31ee0c7a4e9d56a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

aulneau commented 1 year ago

This is wonderful @Aslemammad ! I've pushed two commits to remove some deps and change the test task in core.

There are two tests that are left, would you be able to update them to vitest/vi-fetch?

https://github.com/fungible-systems/micro-stacks/blob/feat/jest-to-vitest/packages/core/src/storage/put-file.test.ts https://github.com/fungible-systems/micro-stacks/blob/feat/jest-to-vitest/packages/core/src/storage/delete/delete-file.test.ts

aulneau commented 1 year ago

@Aslemammad I'm going to merge this PR, can you do the two others in a new PR?

Aslemammad commented 1 year ago

@aulneau Sure, i'm going to migrate those!