Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 13, 2022
1 parent 8d2f6b1 commit ab6db25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/jest-config/src/__tests__/normalize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,10 @@ describe('updateSnapshot', () => {
});
it('should be new if updateSnapshot is falsy', async () => {
{
const {options} = await normalize({ci: false, rootDir: '/root/'}, {} as Config.Argv);
const {options} = await normalize(
{ci: false, rootDir: '/root/'},
{} as Config.Argv,
);
expect(options.updateSnapshot).toBe('new');
}
{
Expand Down

0 comments on commit ab6db25

Please sign in to comment.