Skip to content

Repository files navigation

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,
  });
}

Releases

Packages

Used by

Contributors

Languages