projector-jest

1.1.0 • Public • Published

projector-jest

Run Jest with ease

Installation

yarn add --dev projector-jest

Usage

import * as jest from 'projector-jest';

export async function test() {
  await jest.test();
}

export async function testWithConfig() {
  await jest.test({
    testPathIgnorePatterns: ["/node_modules/", "/fixtures/"],
    watch: true,
  });
}

/projector-jest/

    Package Sidebar

    Install

    npm i projector-jest

    Weekly Downloads

    3

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • thejameskyle