mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 02:38:20 +08:00
docs: update README.md
This commit is contained in:
parent
1772cecfe7
commit
6d31a273a3
@ -116,7 +116,11 @@ graph.render();
|
||||
$ npm install
|
||||
|
||||
# run test case
|
||||
$ npm run test-live
|
||||
$ npm test
|
||||
|
||||
# run test case in watch mode
|
||||
npm test -- --watch ./tests/unit/algorithm/find-path-spec
|
||||
DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
|
||||
|
||||
# build watching file changes and run demos
|
||||
$ npm run demos
|
||||
|
@ -116,7 +116,11 @@ For more information of the usage, please refer to [Getting Started](https://ant
|
||||
$ npm install
|
||||
|
||||
# run test case
|
||||
$ npm run test-live
|
||||
$ npm test
|
||||
|
||||
# run test case in watch mode
|
||||
npm test -- --watch ./tests/unit/algorithm/find-path-spec
|
||||
DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
|
||||
|
||||
# build watching file changes and run demos
|
||||
$ npm run demos
|
||||
|
Loading…
Reference in New Issue
Block a user