FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
collection
/
components
/
ui
/
empty
/
test
Edit File: sc-empty.spec.js
import{newSpecPage}from"@stencil/core/testing";import{ScEmpty}from"../sc-empty";describe("sc-empty",(()=>{it("renders",(async()=>{const t=await newSpecPage({components:[ScEmpty],html:"<sc-empty></sc-empty>"});expect(t.root).toMatchSnapshot()}))}));
Save
Back