test: misc test dir type fixes

This commit is contained in:
Elliot DeNolf
2024-03-21 11:51:22 -04:00
parent a3df2ca0ef
commit c1e1cd0596
8 changed files with 23 additions and 41 deletions

View File

@@ -52,7 +52,7 @@ describe('SEO Plugin', () => {
},
title: 'Test Page',
},
})) as unknown as Promise<PayloadPage>
})) as unknown as PayloadPage
id = createdPage.id
})