5.1.11 • Published 9 months ago

@laverve/eslint-utils v5.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago

5.1.1

11 months ago

5.1.0

11 months ago

5.0.7

11 months ago

5.0.6

11 months ago

5.0.5

11 months ago

5.0.1

12 months ago

5.0.0

12 months ago

4.0.0

12 months ago

3.0.1

12 months ago

3.0.0

12 months ago

2.0.7

12 months ago

2.0.6

12 months ago