We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4883ff commit 9e7666dCopy full SHA for 9e7666d
1 file changed
components/innerComponents/tests/index.test.js
@@ -0,0 +1,11 @@
1
+describe('all display methods must be initialized', () => {
2
+ // test('display body', () => {
3
+ // expect(BodyHTMLString === true).toBe(true);
4
+ // });
5
+
6
+ test('display body', () => {
7
+ expect(typeof BodyHTMLString === 'string').toBe(true);
8
+ });
9
10
11
+});
0 commit comments