Skip to content

Commit c73a2ee

Browse files
committed
remove uncessary changes
1 parent 7f154e2 commit c73a2ee

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: docs/DOCUMENTATION.md

-2
Original file line numberDiff line numberDiff line change
@@ -1438,11 +1438,9 @@ components.
14381438
},
14391439
...
14401440
}
1441-
14421441
```
14431442
14441443
```
1445-
14461444
- `linkCallbacks` **[Array][189]<[Function][190]>** array of callbacks for used defined event handler for link interactions.
14471445
- `config` **[Object][188]** an object containing rd3g consumer defined configurations [config][200] for the graph.
14481446
- `highlightedNode` **[string][187]** this value contains a string that represents the some currently highlighted node.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"lint:test": "eslint --config=.eslintrc.test.config.js \"test/**/*.spec.js\"",
2626
"lint": "npm run lint:src && npm run lint:test && npm run docs:lint",
2727
"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",
3131
"sandbox": "npm run dist:sandbox && npm run start",
3232
"prettier": "prettier --write test/**/*"
3333
},

0 commit comments

Comments
 (0)