From bc3eb9d77a88f250bbd905db683a490f7b813b7e Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:11:13 -0400 Subject: [PATCH] Move test_tree to test/resources/ --- {test_tree => test/resources}/0_divergent_pathways/meta.ron | 0 {test_tree => test/resources}/0_divergent_pathways/post.md | 0 {test_tree => test/resources}/1_unsure_u/meta.ron | 0 {test_tree => test/resources}/1_unsure_u/post.md | 0 {test_tree => test/resources}/2_buyers_anxiety/meta.ron | 0 {test_tree => test/resources}/2_buyers_anxiety/post.md | 0 {test_tree => test/resources}/default_meta.ron | 0 {test_tree => test/resources}/template.html | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {test_tree => test/resources}/0_divergent_pathways/meta.ron (100%) rename {test_tree => test/resources}/0_divergent_pathways/post.md (100%) rename {test_tree => test/resources}/1_unsure_u/meta.ron (100%) rename {test_tree => test/resources}/1_unsure_u/post.md (100%) rename {test_tree => test/resources}/2_buyers_anxiety/meta.ron (100%) rename {test_tree => test/resources}/2_buyers_anxiety/post.md (100%) rename {test_tree => test/resources}/default_meta.ron (100%) rename {test_tree => test/resources}/template.html (100%) diff --git a/test_tree/0_divergent_pathways/meta.ron b/test/resources/0_divergent_pathways/meta.ron similarity index 100% rename from test_tree/0_divergent_pathways/meta.ron rename to test/resources/0_divergent_pathways/meta.ron diff --git a/test_tree/0_divergent_pathways/post.md b/test/resources/0_divergent_pathways/post.md similarity index 100% rename from test_tree/0_divergent_pathways/post.md rename to test/resources/0_divergent_pathways/post.md diff --git a/test_tree/1_unsure_u/meta.ron b/test/resources/1_unsure_u/meta.ron similarity index 100% rename from test_tree/1_unsure_u/meta.ron rename to test/resources/1_unsure_u/meta.ron diff --git a/test_tree/1_unsure_u/post.md b/test/resources/1_unsure_u/post.md similarity index 100% rename from test_tree/1_unsure_u/post.md rename to test/resources/1_unsure_u/post.md diff --git a/test_tree/2_buyers_anxiety/meta.ron b/test/resources/2_buyers_anxiety/meta.ron similarity index 100% rename from test_tree/2_buyers_anxiety/meta.ron rename to test/resources/2_buyers_anxiety/meta.ron diff --git a/test_tree/2_buyers_anxiety/post.md b/test/resources/2_buyers_anxiety/post.md similarity index 100% rename from test_tree/2_buyers_anxiety/post.md rename to test/resources/2_buyers_anxiety/post.md diff --git a/test_tree/default_meta.ron b/test/resources/default_meta.ron similarity index 100% rename from test_tree/default_meta.ron rename to test/resources/default_meta.ron diff --git a/test_tree/template.html b/test/resources/template.html similarity index 100% rename from test_tree/template.html rename to test/resources/template.html