maybe tests are cool after all, fixed bugs and simplified deepDiff
This commit is contained in:
parent
441d7e383c
commit
cdbb11b14a
13 changed files with 585 additions and 132 deletions
11
src/components/colorschemepicker.spec.tsx
Normal file
11
src/components/colorschemepicker.spec.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { describe, it, expect } from 'bun:test';
|
||||
import { render } from "@solidjs/testing-library"
|
||||
import { ColorSchemePicker } from "./colorschemepicker";
|
||||
|
||||
// describe('<ColorSchemePicker />', () => {
|
||||
// it('should render', async () => {
|
||||
// render(() => <ColorSchemePicker />);
|
||||
|
||||
// expect(true).toBe(true);
|
||||
// });
|
||||
// });
|
Loading…
Add table
Add a link
Reference in a new issue