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