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 3e985a3 commit 81e5510Copy full SHA for 81e5510
1 file changed
examples/jest/__tests__/catAPI.spec.js
@@ -38,7 +38,7 @@ describe("Cat's API", () => {
38
return provider.addInteraction(interaction)
39
})
40
41
- it('returns a successful body', done => {
+ it('returns a successful body', () => {
42
return getMeCats({
43
url,
44
port
0 commit comments