webtest/README.md
Ethan Ruszanowski e295035982
Some checks are pending
test / test (push) Waiting to run
Init commit
2024-07-22 19:35:45 -04:00

470 B

webtest

Package Version Hex Docs

gleam add webtest@1
import webtest

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/webtest.

Development

gleam run   # Run the project
gleam test  # Run the tests