Skip to content

Commit 9e7666d

Browse files
authored
Create index.test.js
1 parent e4883ff commit 9e7666d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)