Skip to content

Commit

Permalink
convert sequence tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Oct 18, 2024
1 parent c9cf3fa commit c4e5170
Show file tree
Hide file tree
Showing 4 changed files with 1,750 additions and 2,408 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ describe("Answer tag tests", async () => {
expect(errorWarnings.warnings.length).eq(1);

expect(errorWarnings.warnings[0].message).contain(
"An award for this answer is based on the answer's own submitted response",
"An award for this answer is based on the answer tag's own submitted response",
);
expect(errorWarnings.warnings[0].level).eq(1);
expect(errorWarnings.warnings[0].doenetMLrange.lineBegin).eq(2);
Expand Down
Loading

0 comments on commit c4e5170

Please sign in to comment.