Skip to content

Commit

Permalink
fix scrollbar failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Jan 19, 2024
1 parent a640f93 commit bb6138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/import/validateAndParseThemeOptions.test.ts
Expand Up @@ -14,7 +14,7 @@ const sampleThemeOptions: ThemeOptions = {
marker: '->',
pointer: '*',
separator: 'LALA',
scrollbar: '++',
scrollbar: '+',
layout: 'reverse',
info: 'right',
};
Expand Down

0 comments on commit bb6138e

Please sign in to comment.