mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
fix: add missing legacy sequence diagram app extension
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
393d408dfe
commit
3face3a3b8
2 changed files with 16 additions and 1 deletions
|
@ -0,0 +1,13 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`node to react transformer replacement will prioritize a high priority replacer over a normal priority replacer 1`] = `
|
||||
<span>
|
||||
Replacer X
|
||||
</span>
|
||||
`;
|
||||
|
||||
exports[`node to react transformer replacement will prioritize a normal priority replacer over a low priority replacer 1`] = `
|
||||
<span>
|
||||
Replacer Y
|
||||
</span>
|
||||
`;
|
Loading…
Add table
Add a link
Reference in a new issue