|
64 | 64 | }, |
65 | 65 | "jest": { |
66 | 66 | "collectCoverageFrom": [ |
67 | | - "**/src/**/*.{js,ts,jsx,tsx}", |
68 | | - "**/test/**/*.spec.{js,jsx,ts,tsx}", |
69 | | - "**/test/**/*.it.{js,jsx,ts,tsx}", |
70 | | - "**/test/**/*.test.{js,jsx,ts,tsx}", |
71 | | - "**/test/**/*.e2e.{js,jsx,ts,tsx}", |
72 | | - "!**/node_modules/**", |
73 | | - "!**/src/swagger.ts", |
74 | | - "!**/src/utils/**/*.{js,ts,jsx,tsx}" |
| 67 | + "./src/**/*.{js,ts,jsx,tsx}", |
| 68 | + "./test/**/*.spec.{js,jsx,ts,tsx}", |
| 69 | + "./test/**/*.it.{js,jsx,ts,tsx}", |
| 70 | + "./test/**/*.test.{js,jsx,ts,tsx}", |
| 71 | + "./test/**/*.e2e.{js,jsx,ts,tsx}", |
| 72 | + "!./node_modules/**", |
| 73 | + "!./src/swagger.ts", |
| 74 | + "!./src/utils/**/*.{js,ts,jsx,tsx}" |
75 | 75 | ] |
76 | 76 | }, |
77 | 77 | "dependencies": { |
|
0 commit comments