Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Dec 26, 2024
1 parent d9f7605 commit 9cabed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/commands/schema-types.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cabed4

Please sign in to comment.