Skip to content

Commit

Permalink
Transforms remark-toc module
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilKalra98 committed Jan 7, 2022
1 parent 5d521b1 commit b7fa485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const config: Config.InitialOptions = {
},
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['__tests__/utils/', 'node_modules/', '.next/'],
transformIgnorePatterns: ['node_modules/']
transformIgnorePatterns: ['node_modules/(?!(remark-toc)/)']
}

export default config

0 comments on commit b7fa485

Please sign in to comment.