describe('testSeedDataFileTemplate', () => {
    it('should return the file content for the test seed data file for the model', async () => {
        const generatedContent = testSeedDataFileTemplate('Post');
        const exampleContent = await readFile(testSeedDataFileExampleFilePath, {
            encoding: 'utf8',