Browse Source

Lint

gh-pages
Conor_Mack 6 years ago
parent
commit
3969962e86
  1. 2
      packages/builder/src/components/userInterface/Colorpicker/utils.test.js

2
packages/builder/src/components/userInterface/Colorpicker/utils.test.js

@ -1,4 +1,4 @@
import { getColorFormat, convertToHSVA, convertHsvaToFormat } from "./../utils"
import { getColorFormat, convertToHSVA, convertHsvaToFormat } from "./utils"
describe("convertToHSVA - convert to hsva from format", () => {
test("convert from hexa", () => {

Loading…
Cancel
Save