skeletonlabs / floating-ui-svelte

A Floating UI wrapper for Svelte
https://floating-ui-svelte.vercel.app
MIT License
123 stars 4 forks source link

Test utils are packaged #108

Closed Hugos68 closed 6 days ago

Hugos68 commented 1 month ago

Current Behavior

The test utils are being published on NPM. This should not happen, as they're only used while testing.

Expected Behavior

This file: https://github.com/skeletonlabs/floating-ui-svelte/blob/dev/src/lib/utils/test.svelte.ts should not be present on NPM.

Steps To Reproduce

No response

Link to Reproduction / Stackblitz

No response

More Information

No response