We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a7c88 commit a0f7a2fCopy full SHA for a0f7a2f
__TESTS__/unit/actions/Overlay.test.ts
@@ -191,6 +191,6 @@ describe('Tests for overlay actions', () => {
191
192
// This is a fully functional URL that should work in the browser.
193
// Explicitly check the resulting base64 string
194
- expect(asset.toString()).toContain(`l_fetch:aHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZGVtby9pbWFnZS91cGxvYWQvY2k=.png/${sampleTxResizePad().toString()}`);
+ expect(asset.toString()).toContain(`l_fetch:aHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZGVtby9pbWFnZS91cGxvYWQvY2k.png/${sampleTxResizePad().toString()}`);
195
});
196
0 commit comments