Skip to content

Commit

Permalink
fix: type errors in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Nov 14, 2024
1 parent b413da5 commit 40acd45
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

import { palettes } from './palettes';
import { buildPalettes } from './palettes';
import { euiPaletteColorBlind, euiPaletteColorBlindBehindText } from '@elastic/eui';

describe('palettes', () => {
const palettes = buildPalettes();

describe('default palette', () => {
describe('syncColors: false', () => {
it('should return different colors based on behind text flag', () => {
Expand Down

0 comments on commit 40acd45

Please sign in to comment.