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