jest-preset-manifest
v1.0.1
Published
Manifest Design System jest preset
Readme
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..
