@stackoverflow/stacks
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -1,12 +0,12 @@ | ||
import { html, fixture } from "@open-wc/testing"; | ||
import { visualDiff } from "@web/test-runner-visual-regression"; | ||
import "../ts/index"; | ||
// import { html, fixture } from "@open-wc/testing"; | ||
// import { visualDiff } from "@web/test-runner-visual-regression"; | ||
// import "../ts/index"; | ||
describe("s-btn", () => { | ||
it("should not introduce visual regressions for loading button", async () => { | ||
const btn = await fixture(html` | ||
<button class="s-btn is-loading" type="button">Loading</button> | ||
`); | ||
await visualDiff(btn, "s-btn-is-loading"); | ||
}); | ||
}); | ||
// describe("s-btn", () => { | ||
// it("should not introduce visual regressions for loading button", async () => { | ||
// const btn = await fixture(html` | ||
// <button class="s-btn is-loading" type="button">Loading</button> | ||
// `); | ||
// await visualDiff(btn, "s-btn-is-loading"); | ||
// }); | ||
// }); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"files": [ | ||
@@ -11,0 +11,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1988497
99
34713