1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-08 03:21:49 +08:00
ThibaudAv 09857a085a test: add test for RenderNgAppService
Configure app/angular package as jest projects
Allow to use jest-preset-angular for app/angular tests
2020-12-02 23:57:20 +01:00

5 lines
106 B
JavaScript

module.exports = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
};