feat: add markdown shortcodes (#215)
This commit is contained in:
committed by
GitHub
parent
388de1e0c4
commit
bb84382f6e
@ -12,6 +12,6 @@ module.exports = {
|
||||
...pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/' }),
|
||||
'\\.(css|less)$': '<rootDir>/src/__mocks__/styleMock.ts',
|
||||
},
|
||||
transformIgnorePatterns: ['node_modules/(?!(url-join|array-move|ol)/)'],
|
||||
transformIgnorePatterns: [],
|
||||
setupFiles: ['./test/setupEnv.js'],
|
||||
};
|
||||
|
Reference in New Issue
Block a user