Home

Awesome

<div align="center"> <h1>Unitest</h1> <img width="160px" hight="160px" src="./_docs/public/logo.svg" />

Deno-first universal unit testing framework

deno land nest.land

release deno version deno doc

test codecov DeepSource DeepScan grade

Semver Conventional Commits semantic-release: angular license

</div>

:construction: This is beta

Features

Requirements

Getting Started

Visit https://unitest.vercel.app/ to get started with Unitest.

Quick view

All available matchers

import { expect, test } from "https://deno.land/x/unitest@$VERSION/mod.ts";

test({
  name: "should not equal",
  fn: () => {
    expect("Deno").not.toBe("Node");
  },
});

then, deno test

Currently the test runner CLI relies on the Deno CLI. This is subject to change in the future.

Contributing

Please see our CONTRIBUTING.md.

License

Copyright © 2021-present TomokiMiyauci.

Released under the MIT license