UNPKG

rollup-plugin-drupal-sdc-generator

Version:

This is a [Rollup](https://rollupjs.org) plugin that creates [single directory components](https://www.drupal.org/docs/develop/theming-drupal/using-single-directory-components) for embedding your app in a [Drupal](https://www.drupal.org) module or theme.

16 lines (14 loc) 294 B
/** @type {import('jest').Config} */ const config = { projects: [ { displayName: 'unittests', testMatch: ['<rootDir>/src/**/*.test.js'], }, { displayName: 'examples', testMatch: ['<rootDir>/examples/**/*.test.js'], }, ], }; module.exports = config;