jest-ava-api

AVA API for Jest

MIT License

Downloads
11
Stars
13

jest-ava-api

AVA API for Jest

Very simple & stupid proxy API. ** ⚠️ Not everything is mapped yet.**

Take a look at the UNTESTED file.

Installation

$ npm install --save-dev jest babel-jest jest-ava-api

Usage

// VERY EASY, JUST REPLACE "ava" by "jest-ava-api" and you are done.
import test from "jest-ava-api"

test("message", (t) => {
  t.truthy(value)
})

⚠️ Notes

    "testPathIgnorePatterns": [
      "/fixtures/"
    ]

CONTRIBUTING

  • ⇄ Pull/Merge requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.
  • Pull/Merge requests must be accompanied by passing automated tests ($ npm test).

CHANGELOG

LICENSE