mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: missing act()
in flowchart tests (#8354)
This commit is contained in:
parent
d5f4ee7b3f
commit
1ea5b26f25
3 changed files with 15 additions and 10 deletions
2
packages/excalidraw/tests/helpers/colorize.ts
Normal file
2
packages/excalidraw/tests/helpers/colorize.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
export const yellow = (str: string) => `\u001b[33m${str}\u001b[0m`;
|
||||
export const red = (str: string) => `\u001b[31m${str}\u001b[0m`;
|
Loading…
Add table
Add a link
Reference in a new issue