Skip to content

Commit

Permalink
convert selectFromSequence tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Oct 19, 2024
1 parent c4e5170 commit b9d0b86
Show file tree
Hide file tree
Showing 3 changed files with 1,469 additions and 3,823 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3703,7 +3703,7 @@ describe("Evaluate tag tests", async () => {
expect(stateVariables["/pha"].stateValues.text).eq("5");
});

it.only("evaluate functions based on interpolated function", async () => {
it("evaluate functions based on interpolated function", async () => {
let core = await createTestCore({
doenetML: `
<p>f: <function maxima="(5,4)" name="f">x^2</function></p>
Expand Down
Loading

0 comments on commit b9d0b86

Please sign in to comment.