mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
// jest.config.js
|
|
module.exports = {
|
|
verbose: true,
|
|
preset: 'jest-puppeteer'
|
|
}
|