Skip to content

Commit

Permalink
comma for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryDanielson authored Sep 16, 2024
1 parent 57932a1 commit 2d2e5e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('dependencyExtractor', () => {
import TheDefaultExport, {type foo, type bar} from 'inv9';
`;
expect(extractor.extract(code)).toEqual(
new Set(['inv5', 'inv6', 'inv7', 'inv8', 'inv9'])
new Set(['inv5', 'inv6', 'inv7', 'inv8', 'inv9']),
);
});

Expand Down

0 comments on commit 2d2e5e9

Please sign in to comment.