Skip to content

Commit 9af43af

Browse files
Unit test instructions (2023-08-25)
1 parent 4f3d06d commit 9af43af

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

readme.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ Execute `node submission [input-path]`
1414

1515
\
1616
**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.
17+
Execute `npm install` to download the unit testing suite, and then execute `npm test` to perform the tests.
2518

2619

2720
## References

0 commit comments

Comments
 (0)