File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1438,11 +1438,9 @@ components.
1438
1438
},
1439
1439
...
1440
1440
}
1441
-
1442
1441
```
1443
1442
1444
1443
```
1445
-
1446
1444
- ` linkCallbacks ` ** [ Array] [ 189 ] < ; [ Function] [ 190 ] >** array of callbacks for used defined event handler for link interactions.
1447
1445
- ` config ` ** [ Object] [ 188 ] ** an object containing rd3g consumer defined configurations [ config] [ 200 ] for the graph.
1448
1446
- ` highlightedNode ` ** [ string] [ 187 ] ** this value contains a string that represents the some currently highlighted node.
Original file line number Diff line number Diff line change 25
25
"lint:test" : " eslint --config=.eslintrc.test.config.js \" test/**/*.spec.js\" " ,
26
26
"lint" : " npm run lint:src && npm run lint:test && npm run docs:lint" ,
27
27
"start" : " http-server ./sandbox/ -p 8888 -c-1" ,
28
- "test:clean" : " jest --no-cache --updateSnapshot --verbose --coverage --config jest.config.js" ,
29
- "test:watch" : " jest --verbose --coverage --watchAll --config jest.config.js" ,
30
- "test" : " jest --verbose --coverage --env= jsdom --config= jest.config.js" ,
28
+ "test:clean" : " jest --no-cache --updateSnapshot --verbose --coverage --env jsdom -- config jest.config.js" ,
29
+ "test:watch" : " jest --verbose --coverage --watchAll --env jsdom -- config jest.config.js" ,
30
+ "test" : " jest --verbose --coverage --env jsdom --config jest.config.js" ,
31
31
"sandbox" : " npm run dist:sandbox && npm run start" ,
32
32
"prettier" : " prettier --write test/**/*"
33
33
},
You can’t perform that action at this time.
0 commit comments