()
| 26 | }); |
| 27 | |
| 28 | const ColorSchemeProbe = () => { |
| 29 | return <span>{usePreferredColorScheme()}</span>; |
| 30 | }; |
| 31 | |
| 32 | describe("usePreferredColorScheme", () => { |
| 33 | it("uses the stable default snapshot during server rendering", () => { |
nothing calls this directly
no test coverage detected