storybook/app/angular/jest.config.js
ThibaudAv 5ce133a223 test: add test for RenderNgAppService
Configure app/angular package as jest projects
Allow to use jest-preset-angular for app/angular tests
2020-12-07 13:20:11 +01:00

5 lines
106 B
JavaScript

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