Files
mermaid/e2e/jest.con

6 lines
83 B
Plaintext

// jest.config.js
module.exports = {
verbose: true,
preset: 'jest-puppeteer'
}