test: removed unused files

This commit is contained in:
Dinesh Katariya 2023-07-21 12:35:01 +05:30
parent 4a22085ac1
commit 0914c08add

View file

@ -1,9 +1,7 @@
import { ColorPaletteCustom } from "../../colors"; import { ColorPaletteCustom } from "../../colors";
import { ExcalidrawElement } from "../../element/types";
import { import {
getColorNameAndShadeFromColor, getColorNameAndShadeFromColor,
isCustomColor, isCustomColor,
getMostUsedCustomColors,
} from "./colorPickerUtils"; } from "./colorPickerUtils";
describe("getColorNameAndShadeFromColor", () => { describe("getColorNameAndShadeFromColor", () => {