Update cypress/helpers/util.ts

This commit is contained in:
Sidharth Vinod 2023-07-19 22:36:55 +05:30 committed by GitHub
parent 66e5f8ae18
commit e25faeee4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
import { Buffer } from 'buffer'; import { Buffer } from 'buffer';
import type { MermaidConfig } from '../../packages/mermaid/src/config.type.js'; import type { MermaidConfig } from '../../packages/mermaid/src/config.type.js';
type CypressConfig = { interface CypressConfig {
listUrl?: boolean; listUrl?: boolean;
listId?: string; listId?: string;
name?: string; name?: string;