[![ISC license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![npm version](http://img.shields.io/npm/v/mockingbird.svg?style=flat)](https://npmjs.org/package/mockingbird "View this project on npm")
[![Codecov Coverage](https://img.shields.io/codecov/c/github/omermorad/mockingbird/master.svg?style=flat-square)](https://codecov.io/gh/omermorad/mockingbird)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![ci](https://github.com/omermorad/mockingbird/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/omermorad/mockingbird/actions)

<p align="center">
  <img width="450" src="https://raw.githubusercontent.com/omermorad/mockingbird/master/docs/logo.png" alt="Mockingbird Logo" />

  <h1 align="center">Mockingbird</h1>

  <h3 align="center">
    Simple Yet Powerful TypeScript Mocking Library
  </h3>

  <h4 align="center">
    Manage and create your test mocks easily, and focus on your tests logic instead
  </h4>
</p>

# This package has been moved!

`mockingbird-ts🐤` is now `mockingbird🐦` 🎉🎉🎉

[Take me to the new package!](https://npmjs.com/package/mockingbird)

## Installation

NPM:
```bash
npm i -D mockingbird
```

Or with Yarn:

```bash
yarn add -D mockingbird
```
