Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 18, 2024
2 parents de58b5e + ad4d0ab commit 1df3a84
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bench/presets.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,5 +470,25 @@ describe('presets', () => {
grey: greyDark,
gray: greyDark,
};

expect(red).toBeTruthy();
expect(volcano).toBeTruthy();
expect(gold).toBeTruthy();
expect(orange).toBeTruthy();
expect(yellow).toBeTruthy();
expect(lime).toBeTruthy();
expect(green).toBeTruthy();
expect(cyan).toBeTruthy();
expect(blue).toBeTruthy();
expect(geekblue).toBeTruthy();
expect(purple).toBeTruthy();
expect(magenta).toBeTruthy();
expect(grey).toBeTruthy();
expect(gray).toBeTruthy();
expect(presetPrimaryColors).toBeTruthy();
expect(gray).toBeTruthy(); // Second occurrence
expect(presetPalettes).toBeTruthy();
expect(grayDark).toBeTruthy();
expect(presetDarkPalettes).toBeTruthy();
});
});

0 comments on commit 1df3a84

Please sign in to comment.