Skip to content

Commit

Permalink
docs(nxdev): fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Mann committed May 28, 2021
1 parent 938e799 commit 655d0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typedoc-theme/jest.config.js
Expand Up @@ -9,6 +9,7 @@ module.exports = {
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
},
resolver: '../scripts/patched-jest-resolver.js',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../coverage//typedoc-theme',
};

0 comments on commit 655d0ce

Please sign in to comment.