Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Oct 3, 2022
1 parent 2a92218 commit a486e6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __tests__/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ describe('E2E', () => {

it('default-recommended-fallback', () => {
const testPath = join(folderPath, 'default-recommended-fallback');
const args = getParams('../../../packages/cli/src/index.ts', 'lint', [join(testPath, './openapi.yaml')]);
const args = getParams('../../../packages/cli/src/index.ts', 'lint', [
join(testPath, './openapi.yaml'),
]);
const result = getCommandOutput(args, testPath);
(<any>expect(result)).toMatchSpecificSnapshot(join(testPath, 'snapshot.js'));
});
Expand Down

0 comments on commit a486e6d

Please sign in to comment.