disable broken tests for now

This commit is contained in:
Chris Kruining 2024-11-14 19:01:25 +01:00
parent 639ac1927a
commit 9921c320d3
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,11 @@ import { ColorSchemePicker } from "./colorschemepicker";
// describe('<ColorSchemePicker />', () => {
// it('should render', async () => {
// render(() => <ColorSchemePicker />);
// const { getByLabelText } = render(() => <ColorSchemePicker />);
// const kaas = getByLabelText('Color scheme picker');
// console.log(kaas);
// expect(true).toBe(true);
// });