Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jan 20, 2022
1 parent 6c56ff9 commit 795dfd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions test/esnext-assets/__snapshots__/index.test.js.snap
Expand Up @@ -56,3 +56,12 @@ exports[`Publish Test File via Babel: umd 1`] = `
//# sourceMappingURL=index.umd.js.map
"
`;
exports[`Publish Test File via Babel: umd 2`] = `
"body {
font-size: 20px;
background: url(./CSmzMMQU.woff) top left repeat;
}
/*# sourceMappingURL=diyFEqKe.css.map */"
`;
2 changes: 1 addition & 1 deletion test/esnext-assets/index.test.js
Expand Up @@ -27,7 +27,7 @@ test("Publish Test File via Babel", async () => {
expect(await lazyRead(resolve(__dirname, "dist/index.umd.js"), "utf8")).toMatchSnapshot(
"umd"
)
expect(await lazyRead(resolve(__dirname, "dist/ABCYSDdq.css"), "utf8")).toMatchSnapshot(
expect(await lazyRead(resolve(__dirname, "dist/diyFEqKe.css"), "utf8")).toMatchSnapshot(
"umd"
)
})

0 comments on commit 795dfd2

Please sign in to comment.