Skip to content

Commit

Permalink
chore: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Aug 15, 2024
1 parent 2f028f8 commit a0ed6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/useMultiListen.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { act, configure, renderHook } from "@testing-library/react";
import { newSymbol } from "../__testfixtures__/index.js/index.js";
import { useMultiListen } from "./useMultiListen.js.js";
import { newSymbol } from "../__testfixtures__/index.js";
import { useMultiListen } from "./useMultiListen.js";
import { it, expect, beforeEach, describe, vi, afterEach } from "vitest";

const result1 = newSymbol("Result 1");
Expand Down

0 comments on commit a0ed6db

Please sign in to comment.