We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6862dd1 commit c5f9a12Copy full SHA for c5f9a12
src/__tests__/auto-cleanup-skip.js
@@ -8,7 +8,7 @@ beforeAll(() => {
8
})
9
10
// This one verifies that if RTL_SKIP_CLEANUP is set
11
-// that we DON'T auto-wire up the afterEach for folks
+// then we DON'T auto-wire up the afterEach for folks
12
test('first', () => {
13
render(<div>hi</div>)
14
0 commit comments