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