5.1.11 • Published 10 months ago

@laverve/test-utils v5.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@laverve/test-utils

This module provides test utilities.

Dependencies: 1. Jest

Installation

Inside application

  1. Install dependencies
npm i --save @laverve/test-utils
  1. Add jest.config.ts file in your root folder
import type { Config } from "jest";
import { jestConfig } from "@laverve/test-utils";

const config: Config = {
    ...jestConfig
};

export default config;
5.1.11

10 months ago

5.1.1

1 year ago

5.1.0

1 year ago

5.0.7

1 year ago

5.0.6

1 year ago

5.0.5

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

4.0.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.10

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago