Skip to content

Commit

Permalink
numberList tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Oct 29, 2024
1 parent 29a19b7 commit 1fadc87
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 6,867 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@ describe("MathList tag tests", async () => {
expect(stateVariables["/p1"].stateValues.text).eq("x, y, z");
expect(stateVariables["/p2"].stateValues.text).eq("x, y, z");
expect(stateVariables["/a"].stateValues.value.tree).eq("x");
expect(stateVariables["/a"].stateValues.value.tree).eq("x");
expect(stateVariables["/b"].stateValues.value.tree).eq("y");
expect(stateVariables["/c"].stateValues.value.tree).eq("z");
});
Expand Down
Loading

0 comments on commit 1fadc87

Please sign in to comment.