Remove test skip (#51988)

Re-enables the test disabled in #51879 as it was fixed in #51973
This commit is contained in:
Tim Neutkens 2023-06-29 22:23:55 +02:00 committed by GitHub
parent a2df492957
commit e10431612d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -402,7 +402,7 @@ createNextDescribe(
}
})
it.skip('should error when id is missing in generateSitemaps', async () => {
it('should error when id is missing in generateSitemaps', async () => {
const sitemapFilePath = 'app/metadata-base/unset/sitemap.tsx'
const contentMissingIdProperty = `
import { MetadataRoute } from 'next'