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 fb5eb5e commit 004a9cbCopy full SHA for 004a9cb
docs/rules/expect-expect.md
@@ -87,10 +87,10 @@ it('is money-like', () => {
87
88
Examples of **correct** code for working with the HTTP assertions library
89
[SuperTest](https://www.npmjs.com/package/supertest) with the
90
-`{ "assertFunctionNames": ["expect", "request.*.expect"] }` option:
+`{ "assertFunctionNames": ["expect", "request.**.expect"] }` option:
91
92
```js
93
-/* eslint jest/expect-expect: ["error", { "assertFunctionNames": ["expect", "request.*.expect"] }] */
+/* eslint jest/expect-expect: ["error", { "assertFunctionNames": ["expect", "request.**.expect"] }] */
94
const request = require('supertest');
95
const express = require('express');
96
0 commit comments