Skip to content

Commit b3178ed

Browse files
authored
update: test.md
1 parent d2c20da commit b3178ed

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

test/test.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,8 @@ npm install
8181

8282
```
8383
cd test/integration
84-
node vizzutest.js
85-
```
86-
87-
For more information run:
88-
89-
```
90-
cd test/integration
91-
node vizzutest.js -h
84+
node test.js
85+
# For more information run: node test.js -h
9286
```
9387

9488
#### Manual testing
@@ -98,7 +92,8 @@ Note: select version of Vizzu on the left (where HEAD is the latest stable)\
9892
Note: select test case on the right
9993

10094
```
101-
cd test/integration/manual
102-
node manual.js
95+
cd test/integration
96+
node man.js
10397
# Press CTRL and click on the URL to open it in the default browser
98+
# For more information run: node man.js -h
10499
```

0 commit comments

Comments
 (0)