Start organizational migration
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
fireEvent,
|
||||
} from "../utils/test-utils";
|
||||
import { describe, it, expect, vi } from "vitest";
|
||||
import RuleCard from "../../app/components/RuleCard";
|
||||
import RuleCard from "../../app/components/cards/RuleCard";
|
||||
|
||||
describe("RuleCard Component", () => {
|
||||
const defaultProps = {
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
import userEvent from "@testing-library/user-event";
|
||||
import { vi, describe, test, expect, afterEach } from "vitest";
|
||||
import { logger } from "../../lib/logger";
|
||||
import RuleStack from "../../app/components/RuleStack";
|
||||
import RuleStack from "../../app/components/sections/RuleStack";
|
||||
|
||||
afterEach(() => {
|
||||
cleanup();
|
||||
|
||||
Reference in New Issue
Block a user