+
+ In introduction, Alexa will help users to ask her the right questions about your business. For Example, she will say : "To ask us about our services, say : What do you do ? ". What do you do ? is defined in question field. Alexa will use first variation of question in intro.
+
+
+ remove_red_eye
+
+ }
+ placeholder="To ask us about our services, say "
+ rightIconStateful={true}
+ type="text"
+ value=""
+ >
+
+
+`;
diff --git a/web/src/setupTests.js b/web/src/setupTests.js
new file mode 100644
index 0000000..fdf9e7f
--- /dev/null
+++ b/web/src/setupTests.js
@@ -0,0 +1,5 @@
+import { configure } from 'enzyme';
+import Adapter from 'enzyme-adapter-react-16';
+import 'jest-enzyme';
+
+configure({ adapter: new Adapter() });
\ No newline at end of file