Skip to content

Commit 0515951

Browse files
committed
test: keep generated preview assets under build
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 39db22e commit 0515951

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/vendor-bin/**/composer.lock
77
/composer.lock
88
/build/
9-
/tests/Fixtures/visible-stamp-assets/
109
/.phpunit.result.cache
1110
/.infection.cache
1211
/.idea/

tests/Integration/VisibleStampTemplateScenarioTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function testPhaseOneVisibleStampLayoutsCanBeCompiledAndExported(
2727
array $expectedTexts,
2828
): void {
2929
$previewRoot = dirname(__DIR__, 2) . '/build/visible-stamp-previews';
30-
$assetRoot = dirname(__DIR__) . '/Fixtures/visible-stamp-assets';
30+
$assetRoot = $previewRoot . '/assets';
3131
$this->ensureDirectoryExists($previewRoot);
3232
$this->ensureDirectoryExists($assetRoot);
3333

0 commit comments

Comments
 (0)