Skip to content

Commit

Permalink
test: modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Sep 19, 2024
1 parent b582231 commit a386c39
Show file tree
Hide file tree
Showing 2 changed files with 2,363 additions and 2,796 deletions.
4 changes: 3 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ const config: Config = {
coverageDirectory: 'reports/coverage',
moduleNameMapper: {
'^@graphql-eslint/eslint-plugin/(.*)$':
'<rootDir>/node_modules/@graphql-eslint/eslint-plugin/$1'
'<rootDir>/node_modules/@graphql-eslint/eslint-plugin/$1',
'^@typescript-eslint/rule-tester$':
'<rootDir>/node_modules/@typescript-eslint/rule-tester/dist/index.js'
},
maxWorkers: 1,
reporters: [
Expand Down
Loading

0 comments on commit a386c39

Please sign in to comment.