Skip to content

Commit 81e5510

Browse files
committed
fix: remove done due to async test
1 parent 3e985a3 commit 81e5510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/jest/__tests__/catAPI.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("Cat's API", () => {
3838
return provider.addInteraction(interaction)
3939
})
4040

41-
it('returns a successful body', done => {
41+
it('returns a successful body', () => {
4242
return getMeCats({
4343
url,
4444
port

0 commit comments

Comments
 (0)