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 c4dcf51 commit b6b92aaCopy full SHA for b6b92aa
.jest/setupTests.ts
@@ -3,3 +3,7 @@ import { configure } from "enzyme";
3
import Adapter from "enzyme-adapter-react-16";
4
5
configure({ adapter: new Adapter() });
6
+
7
+beforeEach(() => {
8
+ expect.hasAssertions();
9
+});
0 commit comments