1.0.2 • Published 1 year ago

@vue-storefront/jest-config v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@vue-storefront/jest-config

Common Jest base configuration for Alokai Integrations

Usage

Install

yarn add -D jest ts-jest @types/jest ts-node @vue-storefront/jest-config

Extending Jest configuration

You need a configuration file in your package root:

// jest.config.js

import { baseConfig } from "@vue-storefront/jest-config";

export {
  ...baseConfig,
  // your overrides
}
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago