Skip to content

Commit ab6db25

Browse files
committed
eslint
1 parent 8d2f6b1 commit ab6db25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/jest-config/src/__tests__/normalize.test.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,10 @@ describe('updateSnapshot', () => {
18881888
});
18891889
it('should be new if updateSnapshot is falsy', async () => {
18901890
{
1891-
const {options} = await normalize({ci: false, rootDir: '/root/'}, {} as Config.Argv);
1891+
const {options} = await normalize(
1892+
{ci: false, rootDir: '/root/'},
1893+
{} as Config.Argv,
1894+
);
18921895
expect(options.updateSnapshot).toBe('new');
18931896
}
18941897
{

0 commit comments

Comments
 (0)