gleam-lang / should_assertions

☝️ EUnit compatible assertion functions for use in tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gleam_should_assertions

EUnit compatible assertion functions for use in tests.

Installation

This package can be installed by adding gleam_should_assertions to your rebar.config dependencies:

{deps, [
    gleam_should_assertions
]}.

About

☝️ EUnit compatible assertion functions for use in tests


Languages

Language:Gleam 56.4%Language:Erlang 42.5%Language:JavaScript 1.2%