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 dc091dc commit 6b0c2bfCopy full SHA for 6b0c2bf
tests/Asset/EntrypointLookupTest.php
@@ -96,7 +96,7 @@ public function testGetJavaScriptFilesWithFileTrackingDisabled()
96
$this->assertEquals(
97
['file1.js', 'file3.js'],
98
$this->entrypointLookup->getJavaScriptFiles('other_entry'),
99
- 'file1.js is returned even though it was also returned above',
+ 'file1.js is returned even though it was also returned above'
100
);
101
102
0 commit comments