2.2.0 • Published 3 years ago

@billogram/task-ts-test v2.2.0

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

@billogram/task-ts-test

Task for running TypeScript tests using Jest

Install

yarn add @billogram/task-ts-test

Usage

Add the task to a task runner.

import taskTsTest from '@billogram/task-ts-test';
import TaskRunner from '@billogram/task-runner';


const runner = new TaskRunner('build-scripts');
runner.add('ts-test', taskTsTest({
    config: '@billogram/jest-config-node',
}));

This will add the test TypeScript task to the build scripts.

> build-scripts ts-test

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT

2.2.0

3 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago