mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
test : fixed prettier issue
This commit is contained in:
parent
2617b2ba2f
commit
68db9a32ba
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ describe("isCustomColor", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("getMostUsedCustomColors", () => {
|
describe("getMostUsedCustomColors", () => {
|
||||||
const elements:readonly any[] = [
|
const elements: readonly any[] = [
|
||||||
{
|
{
|
||||||
type: "rectangle",
|
type: "rectangle",
|
||||||
id: "1",
|
id: "1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue