carbon-design-system / sveld

Generate TypeScript definitions for your Svelte components
https://sveld.onrender.com
Apache License 2.0
404 stars 21 forks source link

refactor(tests): use `find` instead of Glob API #130

Closed metonym closed 1 month ago

metonym commented 1 month ago

The script that executes the e2e tests can be refactored to use Shell instead of Glob.

find tests/e2e -maxdepth 1

tests/e2e
tests/e2e/single-export
tests/e2e/multi-export-typed
tests/e2e/carbon
tests/e2e/multi-export
tests/e2e/multi-folders
tests/e2e/single-export-default-only
tests/e2e/glob
tests/e2e/multi-export-typed-ts-only