Skip to content

Commit

Permalink
Fix RGBColorSpace type tests (color-js#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydk authored Jun 11, 2024
1 parent 97eec55 commit 52e3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/test/rgbspace.ts → types/test/RGBColorSpace.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RGBColorSpace from "colorjs.io/src/rgbspace";
import RGBColorSpace from "colorjs.io/src/RGBColorSpace.js";

// @ts-expect-error
new RGBColorSpace();
Expand Down

0 comments on commit 52e3aec

Please sign in to comment.