mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
// jest.config.js
|
|
module.exports = {
|
|
verbose: true,
|
|
preset: 'jest-puppeteer'
|
|
}
|