aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/react-context-value-func.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/snippets/react-context-value-func.tsx')
-rw-r--r--test/snippets/react-context-value-func.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/snippets/react-context-value-func.tsx b/test/snippets/react-context-value-func.tsx
index 5f38a5d1c..e7ced1292 100644
--- a/test/snippets/react-context-value-func.tsx
+++ b/test/snippets/react-context-value-func.tsx
@@ -1,3 +1,4 @@
+// @ts-nocheck
import React from "react";
const Context = React.createContext({});