Skip to content

Commit 422c16a

Browse files
committed
chore: run tests on node 17.x in CI
1 parent 259d99f commit 422c16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/__snapshots__/loader.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ exports[`loader should work with "html-webpack-plugin" plugin: result 1`] = `
9393
<script defer src=\\"http://example.com/main.js\\"></script></head>
9494
<body>
9595
<div>Text</div>
96-
<img src=\\"http://example.com/09a1a1112c577c279435.png\\" alt=\\"image\\">
96+
<img src=\\"http://example.com/5b1f36bc41ab31f5b801.png\\" alt=\\"image\\">
9797
</body>
9898
</html>"
9999
`;

0 commit comments

Comments
 (0)