Skip to content

Commit

Permalink
Fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed May 6, 2023
1 parent 865c982 commit 1638845
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/dark/options.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type RemarkMermaidOptions } from 'remark-mermaidjs';

export const options: RemarkMermaidOptions = {
mermaidOptions: {
mermaidConfig: {
theme: 'dark',
},
};
2 changes: 1 addition & 1 deletion test/fixtures/forest/options.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type RemarkMermaidOptions } from 'remark-mermaidjs';

export const options: RemarkMermaidOptions = {
mermaidOptions: {
mermaidConfig: {
theme: 'forest',
},
};
2 changes: 1 addition & 1 deletion test/fixtures/neutral/options.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type RemarkMermaidOptions } from 'remark-mermaidjs';

export const options: RemarkMermaidOptions = {
mermaidOptions: {
mermaidConfig: {
theme: 'neutral',
},
};
2 changes: 1 addition & 1 deletion test/test.ts-snapshots/dark-node.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test.ts-snapshots/dark-node.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test.ts-snapshots/forest-node.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test.ts-snapshots/forest-node.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test.ts-snapshots/neutral-node.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test.ts-snapshots/neutral-node.md

Large diffs are not rendered by default.

0 comments on commit 1638845

Please sign in to comment.