Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 242 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 242 Bytes

go-test-suite-template

To run the server

$ go run main.go

To run the go tests

$ go test -v ./...

To run the Postman e2e tests

$ npm test

Note: Make sure a server is running on localhost.