Skip to content

Commit ab281df

Browse files
committed
wip
1 parent 3cf9209 commit ab281df

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Integration/Vite/ViteTagsComponentTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,4 @@ public function test_production_entrypoints(): void
203203
],
204204
);
205205
}
206-
207-
private function assertSnippetsMatch(string $expected, string $actual): void
208-
{
209-
$expected = str_replace([PHP_EOL, ' '], '', $expected);
210-
$actual = str_replace([PHP_EOL, ' '], '', $actual);
211-
212-
$this->assertSame($expected, $actual);
213-
}
214206
}

0 commit comments

Comments
 (0)