UNPKG

@vue-storefront/jest-config

Version:

> Common Jest base configuration for Alokai Integrations

27 lines (17 loc) 421 B
# @vue-storefront/jest-config > Common Jest base configuration for Alokai Integrations ## Usage ### Install ```bash 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: ```js // jest.config.js import { baseConfig } from "@vue-storefront/jest-config"; export { ...baseConfig, // your overrides } ```