mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
Fix jest
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
transform: {
|
||||
'^.+\\.[jt]sx?$': 'esbuild-jest',
|
||||
'^.+\\.jison$': [
|
||||
path.resolve(__dirname, './src/jison/transformer.js'),
|
||||
path.resolve(__dirname, './src/jison/transformer.cjs'),
|
||||
{ 'token-stack': true },
|
||||
],
|
||||
},
|
Reference in New Issue
Block a user