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