Skip to content

Commit c5f9a12

Browse files
Kent C. Doddsafontcu
Kent C. Dodds
andauthored
Update src/__tests__/auto-cleanup-skip.js
Co-Authored-By: Adrià Fontcuberta <[email protected]>
1 parent 6862dd1 commit c5f9a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/auto-cleanup-skip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ beforeAll(() => {
88
})
99

1010
// This one verifies that if RTL_SKIP_CLEANUP is set
11-
// that we DON'T auto-wire up the afterEach for folks
11+
// then we DON'T auto-wire up the afterEach for folks
1212
test('first', () => {
1313
render(<div>hi</div>)
1414
})

0 commit comments

Comments
 (0)