Fixed test file imports.
This commit is contained in:
parent
bb139a3d85
commit
1085789eb6
@ -1,7 +1,7 @@
|
|||||||
/* eslint-disable no-undef */
|
/* eslint-disable no-undef */
|
||||||
import { expect } from "chai";
|
import { expect } from "chai";
|
||||||
import { describe } from "mocha";
|
import { describe } from "mocha";
|
||||||
import { cssRgbaToRgba, cssRgbToRgba, rgbaHexToRgba, parseColor, rgbaToHexRgba, rgbHexToRgba } from "../src/mapping/colors.js";
|
import { cssRgbaToRgba, cssRgbToRgba, rgbaHexToRgba, parseColor, rgbaToHexRgba, rgbHexToRgba } from "../src/support/colors.js";
|
||||||
|
|
||||||
describe("Color utilities", function () {
|
describe("Color utilities", function () {
|
||||||
describe("the hex to rgba conversion function", function () {
|
describe("the hex to rgba conversion function", function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user