We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3d06d commit 9af43afCopy full SHA for 9af43af
readme.md
@@ -14,14 +14,7 @@ Execute `node submission [input-path]`
14
15
\
16
**Unit Tests**
17
-Execute `npm install` to download the unit testing suite, and then execute any of the following commands to run different unit tests:
18
-
19
-* `npm run test-input` - Read input file.
20
-* `npm run test-parse` - Input graph parsing.
21
-* `npm run test-exact` - Exact route pathfinding.
22
-* `npm run test-shortest` - Shortest route pathfinding.
23
-* `npm run test-possible` - Possible routes pathfinding.
24
-* `npm run test-submission` - Assessment submission.
+Execute `npm install` to download the unit testing suite, and then execute `npm test` to perform the tests.
25
26
27
## References
0 commit comments