chore: improve types

This commit is contained in:
Yash Singh
2024-05-04 16:32:44 -07:00
parent e68125eb6a
commit c021f71afc
7 changed files with 789 additions and 33 deletions

View File

@@ -55,7 +55,6 @@ export const imgSnapshotTest = (
const options: CypressMermaidConfig = {
..._options,
fontFamily: _options.fontFamily || 'courier',
// @ts-ignore TODO: Fix type of fontSize
fontSize: _options.fontSize || '16px',
sequence: {
...(_options.sequence || {}),