storybook/app/angular/jest.config.js
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'],
};