diff --git a/test/commands/schema-types.spec.ts b/test/commands/schema-types.spec.ts index d246a84..a95fa80 100644 --- a/test/commands/schema-types.spec.ts +++ b/test/commands/schema-types.spec.ts @@ -67,7 +67,9 @@ it('should successfully compile the config schema', async () => { const outputPath = './src/types/schemas/configschema.d.ts'; expect(fs.existsSync(outputPath)).toBe(true); - expect(fs.readFileSync(outputPath, 'utf8')).toMatchFileSnapshot('../fixtures/results/schema-types/configschema.d.ts'); + expect(fs.readFileSync(outputPath, 'utf8')).toMatchFileSnapshot( + '../fixtures/results/schema-types/configschema.d.ts', + ); expect(fs.readFileSync('./src/types/schemas/index.d.ts', 'utf8')).toMatchInlineSnapshot(` "/* eslint-disable */ // @ts-ignore