Skip to content

Commit fa62144

Browse files
committed
Remove @symfony/stimulus-testing
1 parent c0724a1 commit fa62144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/test/Rendering/ExternalMutationTracker.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('ExternalMutationTracker', () => {
100100
expect(changes.getChangedStyles()).toEqual([
101101
{ name: 'display', value: 'inline' },
102102
{ name: 'color', value: 'red' },
103-
{ name: 'background-image', value: 'url(https://example.com/image.png)' },
103+
{ name: 'background-image', value: 'url("https://example.com/image.png")' },
104104
]);
105105
expect(changes.getRemovedStyles()).toEqual(['margin']);
106106
});
@@ -137,7 +137,7 @@ describe('ExternalMutationTracker', () => {
137137

138138
it('can track class changes with whitespaces', async () => {
139139
const { element, tracker } = createTracker(`
140-
<div
140+
<div
141141
class="
142142
first-class
143143
second-class

0 commit comments

Comments
 (0)