Skip to content

Commit fe5fbee

Browse files
committed
fix image test after optimization
1 parent 7b8c760 commit fe5fbee

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/fixtures/kitchensink/template/integration

1 file changed

+1
-1
lines changed

packages/react-scripts/fixtures/kitchensink/template/integration/webpack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('Integration', () => {
8686
doc = await initDOM('image-inclusion');
8787

8888
expect(doc.getElementById('feature-image-inclusion').src).toMatch(
89-
/^data:image\/jpeg;base64.+==$/
89+
/^data:image\/jpeg;base64.+=$/
9090
);
9191
});
9292

0 commit comments

Comments
 (0)