- {[1, 2, 3, 4].map(i => (
+ {[1, 2, 3, 4].map((i, index) => (
))}
diff --git a/tsconfig.jest.json b/tsconfig.jest.json
new file mode 100644
index 0000000..4fd5045
--- /dev/null
+++ b/tsconfig.jest.json
@@ -0,0 +1,6 @@
+{
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "jsx": "react-jsx"
+ }
+}