mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
Fix coverage
This commit is contained in:
@@ -5,8 +5,7 @@ module.exports = {
|
||||
testEnvironment: 'jsdom',
|
||||
preset: 'ts-jest',
|
||||
transform: {
|
||||
'^.+\\.tsx?$': ['jest-esbuild', { banner: '"use strict";' }],
|
||||
'^.+\\.jsx?$': ['jest-esbuild', { banner: '"use strict";' }],
|
||||
'^.+\\.[jt]sx?$': 'esbuild-jest',
|
||||
'^.+\\.jison$': [
|
||||
path.resolve(__dirname, './src/jison/transformer.js'),
|
||||
{ 'token-stack': true },
|
||||
|
Reference in New Issue
Block a user