Add missing image files that were failing tests

This commit is contained in:
Aurora Lahtela 2022-11-26 17:15:03 +02:00
parent 6d9e915180
commit 973ea05283
3 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ import com.djrapitops.plan.settings.config.PlanConfig;
import extension.FullSystemExtension;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@ -49,7 +48,6 @@ class ReactExporterTest {
}
@Test
@Disabled("React files are not in the build folder during testing on Github for some reason")
void allReactFilesAreExported(PlanConfig config, Exporter exporter) throws ExportException, IOException {
Path exportPath = config.getPageExportPath();
exporter.exportReact();

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB