fix: add missing legacy sequence diagram app extension

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-17 14:55:42 +02:00
parent 393d408dfe
commit 3face3a3b8
2 changed files with 16 additions and 1 deletions

View file

@ -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>
`;