File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ import tree from '../app/src/tree/TreeChart' ;
2
+
3
+ xdescribe ( 'Testing the tree functionality' , function ( ) {
4
+
5
+ //TEST 'ADD COMPONENT TO PAGE'
6
+ xdescribe ( 'ADD COMPONENT TO PAGE' , ( ) => {
7
+ it ( 'should add a new reusable component to page' , ( ) => {
8
+
9
+ } )
10
+ } )
11
+
12
+ //TEST 'ADD COMPONENT TO ANOTHER COMPONENT'
13
+ xdescribe ( 'ADD COMPONENT TO ANOTHER COMPONENT' , ( ) => {
14
+ it ( 'should add child component to top-level component' , ( ) => {
15
+
16
+ } )
17
+ } )
18
+
19
+ //TEST 'ADD A HTML ELEMENT TO A PAGE'
20
+ xdescribe ( 'ADD CHILD TO COMPONENT' , ( ) => {
21
+ it ( 'should add child component to top-level component' , ( ) => {
22
+
23
+ } )
24
+ } )
25
+
26
+ //TEST 'ADD A HTML ELEMENT TO A COMPONENT'
27
+ xdescribe ( '' , ( ) => {
28
+ it ( '' , ( ) => {
29
+
30
+ } )
31
+ } )
32
+
33
+ } )
You can’t perform that action at this time.
0 commit comments