There was an error while loading. Please reload this page.
1 parent 9eb719f commit 52f21d1Copy full SHA for 52f21d1
package.json
@@ -40,7 +40,7 @@
40
},
41
"husky": {
42
"hooks": {
43
- "pre-commit": "lint-staged"
+ "XXXpre-commit": "lint-staged"
44
}
45
46
"lint-staged": {
packages/react-scripts/template/src/setupTests.js
@@ -1,5 +1,5 @@
1
-// eslint-disable-next-line import/no-extraneous-dependencies
2
-import { cleanup } from '@fs/testing-library';
3
-import 'jest-dom/extend-expect';
+/* eslint-disable import/no-extraneous-dependencies */
+import { cleanup } from '@fs/testing-library'
+import 'jest-dom/extend-expect'
4
5
-afterEach(cleanup);
+afterEach(cleanup)
0 commit comments