mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 13:33:30 +01:00
MAESTRO: default DNS toggle off
This commit is contained in:
@@ -96,11 +96,8 @@ afterEach(() => {
|
||||
describe("AnalysisControls", () => {
|
||||
it("renders toggles with default off state", async () => {
|
||||
setupFetchMock(sampleTests);
|
||||
const config: AnalysisConfig = { testIds: [], resolve: false, decodeAll: false };
|
||||
|
||||
const { container } = render(
|
||||
<AnalysisControls config={config} onChange={() => undefined} />,
|
||||
);
|
||||
const { container } = render(<AnalysisControls onChange={() => undefined} />);
|
||||
|
||||
await act(async () => {
|
||||
await flushPromises();
|
||||
|
||||
Reference in New Issue
Block a user