1.0.1 • Published 3 years ago
jest-preset-manifest v1.0.1
jest-preset-manifest
A Jest preset for Manifest Design System.
Installation
yarn add --dev jest-preset-manifestUsage
Extend the preset in your root jest.config.js.
module.exports = {
preset: 'jest-preset-manifest',
};Tests files must end in .test..