Skip to content

Commit

Permalink
Merge pull request #24 from angular-extensions/feature/ng-generate-ic…
Browse files Browse the repository at this point in the history
…on-lib-schematics

Feature/ng generate icon lib schematics
  • Loading branch information
kreuzerk committed Jan 18, 2021
2 parents 286fa03 + 9e4c406 commit 2e07e9a
Show file tree
Hide file tree
Showing 13 changed files with 842 additions and 18 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -9,5 +9,6 @@ module.exports = {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
testPathIgnorePatterns: ['/node_modules/', '.*/files/.*.spec.ts'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};

0 comments on commit 2e07e9a

Please sign in to comment.