1.1.0 • Published 7 years ago

projector-jest v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago