@vue-storefront/jest-config
v1.0.2
Published
> Common Jest base configuration for Alokai Integrations
Downloads
223
Readme
@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
}