Skip to content

Commit a5ca480

Browse files
authored
chore: fix typo in README.md (#1514)
1 parent 3ef8b3b commit a5ca480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = [
127127
files: ['test/**'],
128128
...jest.configs['flat/recommended'],
129129
rules: {
130-
...jest.configs['flat/recommended'],
130+
...jest.configs['flat/recommended'].rules,
131131
'jest/prefer-expect-assertions': 'off',
132132
},
133133
},

0 commit comments

Comments
 (0)