We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bdc79 commit a592578Copy full SHA for a592578
.github/workflows/CI.yml
@@ -1,4 +1,4 @@
1
-name: Sonar Cloud
+name: CI
2
on:
3
push:
4
branches:
@@ -25,5 +25,3 @@ jobs:
25
run: npm run build --if-present
26
- name: Tests
27
run: npm run test
28
-
29
jest.config.js
@@ -21,6 +21,8 @@ const customJestConfig = {
21
moduleNameMapper: {
22
'^@/(.*)$': '<rootDir>/src/$1',
23
},
24
+
+ modulePathIgnorePatterns: ['<rootDir>/generators/', '<rootDir>/src/mocks/'],
}
module.exports = createJestConfig(customJestConfig)
0 commit comments