storybook/code/jest.config.js
Ian VanSchooten 89b08918f7 Ignore angular in config, not cli
Otherwise it's not possible to run a single file with the command line
2022-11-10 15:43:43 -05:00

9 lines
159 B
JavaScript

module.exports = {
projects: [
'<rootDir>/addons/*',
'<rootDir>/frameworks/!(angular)*',
'<rootDir>/lib/*',
'<rootDir>/renderers/*',
],
};