We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb23329 commit 4f71920Copy full SHA for 4f71920
src/__tests__/get-by-errors.js
@@ -4,7 +4,7 @@ import {configure, getConfig} from '../config'
4
import {render} from './helpers/test-utils'
5
6
const originalConfig = getConfig()
7
-beforeEach(() => {
+afterEach(() => {
8
configure(originalConfig)
9
})
10
0 commit comments