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 24, 2022
1 parent beed495 commit ecb769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Expand Up @@ -31,7 +31,7 @@ const config: Config.InitialOptions = {
setupFilesAfterEnv: ['<rootDir>/jest.env.js'],
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['__tests__/utils/', 'node_modules/', '.next/'],
transformIgnorePatterns: ['node_modules/']
transformIgnorePatterns: ['node_modules/(?!(remark-toc)/)']
}

export default config

0 comments on commit ecb769b

Please sign in to comment.