We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1f0ba commit 4494ed2Copy full SHA for 4494ed2
src/rules/valid-expect-in-promise.ts
@@ -347,7 +347,7 @@ export default createRule({
347
},
348
messages: {
349
expectInFloatingPromise:
350
- "This promise should either be returned or awaited to ensure the expects in it's chain are called",
+ 'This promise should either be returned or awaited to ensure the expects in its chain are called',
351
352
type: 'suggestion',
353
schema: [],
0 commit comments