Closed rschristian closed 2 months ago
Latest commit: 784ac54feb5419b03ec3655573cf66b6413628af
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.
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
Name | Link |
---|---|
Latest commit | 784ac54feb5419b03ec3655573cf66b6413628af |
Latest deploy log | https://app.netlify.com/sites/preact-signals-demo/deploys/66f349595cdca0000835ce36 |
Deploy Preview | https://deploy-preview-600--preact-signals-demo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Size Change: 0 B
Total Size: 83 kB
It's a tad annoying to work with the test suite as there's effectively no way to focus tests -- at a minimum, this will throw if you haven't built the React transform (which is quite commonly the case for me as I have no reason to touch the React integration).
While not quite Karma's
--grep
flag, this supports--grep=core,preact,...
to optionally filter & focus the test suite.