glromeo / mocha-toolkit

Mocha, chai, sinon and other stuff useful for everyday testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocha, chai, sinon and other stuff useful for everyday testing

Install

npm install --save-dev mocha-toolkit

Usage

import "mocha-toolkit";

expect(1 + 1).to.be(2);

Credits

logo created using maketext.io

About

Mocha, chai, sinon and other stuff useful for everyday testing

License:MIT License


Languages

Language:TypeScript 100.0%