We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6fc1d commit 53f1798Copy full SHA for 53f1798
1 file changed
__tests__/index.js
@@ -61,7 +61,7 @@ describe('Components', () => {
61
wrapper.update();
62
const node = wrapper.getDOMNode();
63
expect(node.getAttribute('src').includes('marker')).toBe(true);
64
- expect(node.getAttribute('src')).toContain('color=red');
+ expect(node.getAttribute('src')).toContain('color:red');
65
done();
66
}, 15);
67
});
0 commit comments