FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
collection
/
components
/
ui
/
tag
/
test
Edit File: sc-tag.e2e.js
import{newE2EPage}from"@stencil/core/testing";describe("sc-tag",(()=>{it("renders",(async()=>{const t=await newE2EPage();await t.setContent("<sc-tag></sc-tag>");const e=await t.find("sc-tag");expect(e).toHaveClass("hydrated")}))}));
Save
Back