Skip to content

Commit

Permalink
convert unique variant tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Dec 2, 2024
1 parent 756279b commit 45405a2
Show file tree
Hide file tree
Showing 4 changed files with 2,685 additions and 5,483 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { describe, expect, it, vi } from "vitest";
import { createTestCore, returnAllStateVariables } from "../utils/test-core";
import {
movePoint,
updateBooleanInputValue,
updateMathInputValue,
updateTextInputValue,
updateValue,
} from "../utils/actions";
import Core from "../../Core";
import { movePoint, updateMathInputValue } from "../utils/actions";

const Mock = vi.fn();
vi.stubGlobal("postMessage", Mock);
Expand Down
Loading

0 comments on commit 45405a2

Please sign in to comment.