Skip to content

Commit 7f49fdf

Browse files
authored
refactor(test): helper_test.go as a useful example (#410)
1 parent 24eab96 commit 7f49fdf

File tree

3 files changed

+331
-288
lines changed

3 files changed

+331
-288
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ func main() {
105105

106106
## More examples
107107

108+
* Refer to [helper_test.go](./tests/helper_test.go) for End-To-End testing
108109
* [Downloading files](./examples/download/main.go)
109110
* [End-To-End testing a website](./examples/end-to-end-testing/main.go)
110111
* [Executing JavaScript in the browser](./examples/javascript/main.go)

0 commit comments

Comments
 (0)