@@ -10,3 +10,16 @@ async fn raw_files() -> anyhow::Result<()> {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
#[tokio::test]
|
||||
async fn template_files() -> anyhow::Result<()> {
|
||||
run_test("template_files").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn both() -> anyhow::Result<()> {
|
||||
run_test("both").await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user