@vue-storefront/jest-config
Version:
> Common Jest base configuration for Alokai Integrations
27 lines (17 loc) • 421 B
Markdown
> Common Jest base configuration for Alokai Integrations
```bash
yarn add -D jest ts-jest @types/jest ts-node @vue-storefront/jest-config
```
You need a configuration file in your package root:
```js
// jest.config.js
import { baseConfig } from "@vue-storefront/jest-config";
export {
...baseConfig,
// your overrides
}
```