pngwn / MDsveX

A markdown preprocessor for Svelte.
https://mdsvex.pngwn.io
MIT License
2.47k stars 103 forks source link

run tests with pnpm -r #634

Closed benmccann closed 3 months ago

benmccann commented 3 months ago

It's nice to be able to run the mdsvex tests on a standalone basis. It'd also allow you to incrementally migrate one project at a time to vitest

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: 8147fa76678db32afe9085c5e67748275b923e48

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

pkg-pr-new[bot] commented 3 months ago

commit: 8147fa7

mdsvex

``` pnpm add https://pkg.pr.new/pngwn/MDsveX/mdsvex@634 ```

pfm-parse

``` pnpm add https://pkg.pr.new/pngwn/MDsveX/pfm-parse@634 ```

svast

``` pnpm add https://pkg.pr.new/pngwn/MDsveX/svast@634 ```

svast-stringify

``` pnpm add https://pkg.pr.new/pngwn/MDsveX/svast-stringify@634 ```

svast-utils

``` pnpm add https://pkg.pr.new/pngwn/MDsveX/svast-utils@634 ```

svelte-parse

``` pnpm add https://pkg.pr.new/pngwn/MDsveX/svelte-parse@634 ```

Open in Stackblitz

pngwn commented 3 months ago

Thanks @benmccann!