cloudinary / frontend-frameworks

Cloudinary javascript frontend frameworks SDKs, including Shared HTML layer, Angular, React and Vue SDKs
https://www.cloudinary.com
MIT License
42 stars 16 forks source link

Add html tests #199

Closed lbendavid-cloudinary closed 1 year ago

lbendavid-cloudinary commented 1 year ago

Pull request for cloudinary/frontend-frameworks

For which package is this PR?

@cloudinary/html

What does this PR solve?

  1. Remove all .js imports from @cloudinary/html files. Those .js imports was needed for svelte but it is now out of this project so we should go back to .ts imports. This change is needed for running tests locally (without building the project before).
  2. Add 2 simple tests to @cloudinary/html.

Final checklist