Skip to content

Commit

Permalink
convert selectRandomNumbers tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Oct 19, 2024
1 parent a314d72 commit 4f5481f
Show file tree
Hide file tree
Showing 3 changed files with 887 additions and 3,016 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import { describe, expect, it, vi } from "vitest";
import { createTestCore, returnAllStateVariables } from "../utils/test-core";
import { cleanLatex } from "../utils/math";
import {
updateBooleanInputValue,
updateMathInputValue,
updateMatrixInputValue,
updateTextInputValue,
} from "../utils/actions";
import me from "math-expressions";

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

0 comments on commit 4f5481f

Please sign in to comment.