mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Configure app/angular package as jest projects Allow to use jest-preset-angular for app/angular tests
3 lines
92 B
TypeScript
3 lines
92 B
TypeScript
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
import 'jest-preset-angular';
|