Skip to content

Commit

Permalink
fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Aug 21, 2024
1 parent d134c5d commit 9eb60d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/vscode/telemetry/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
},
moduleFileExtensions: ['ts', 'js', 'html'],
coverageDirectory: '../../../coverage/libs/vscode/telemetry',
passWithNoTests: true,
};
1 change: 1 addition & 0 deletions libs/vscode/utils/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export default {
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../../coverage/libs/vscode/utils',
passWithNoTests: true,
};

0 comments on commit 9eb60d2

Please sign in to comment.