issues
search
cloudinary
/
frontend-frameworks
Cloudinary javascript frontend frameworks SDKs, including Shared HTML layer, Angular, React and Vue SDKs
https://www.cloudinary.com
MIT License
44
stars
15
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?
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).
Add 2 simple tests to
@cloudinary/html
.
Final checklist
[ ] Implementation is aligned to Spec.
[ ] Tests - Add proper tests to the added code.
[ ] Relates to a github issue (link to issue).
Pull request for cloudinary/frontend-frameworks
For which package is this PR?
@cloudinary/html
What does this PR solve?
.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).@cloudinary/html
.Final checklist