Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cqnykamp committed Sep 14, 2024
1 parent b99785e commit 6e70f43
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions server/src/model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ test("New activity starts out private, then delete it", async () => {
documents: [
{
id: docId,
source: "",
source: `<p>Your content goes here! Example: What is <m>1+1</m>?</p>
<answer>2</answer>`,
name: "Untitled Document",
doenetmlVersion: currentDoenetmlVersion,
},
Expand Down Expand Up @@ -4720,7 +4721,8 @@ test("activity editor data and my folder contents before and after assigned", as
documents: [
{
id: docId,
source: "",
source: `<p>Your content goes here! Example: What is <m>1+1</m>?</p>
<answer>2</answer>`,
name: "Untitled Document",
doenetmlVersion: currentDoenetmlVersion,
},
Expand Down Expand Up @@ -4771,7 +4773,8 @@ test("activity editor data and my folder contents before and after assigned", as
{
id: docId,
versionNum: 1,
source: "",
source: `<p>Your content goes here! Example: What is <m>1+1</m>?</p>
<answer>2</answer>`,
name: "Untitled Document",
doenetmlVersion: currentDoenetmlVersion,
},
Expand Down Expand Up @@ -4817,7 +4820,8 @@ test("activity editor data and my folder contents before and after assigned", as
documents: [
{
id: docId,
source: "",
source: `<p>Your content goes here! Example: What is <m>1+1</m>?</p>
<answer>2</answer>`,
name: "Untitled Document",
doenetmlVersion: currentDoenetmlVersion,
},
Expand Down Expand Up @@ -4871,7 +4875,8 @@ test("activity editor data and my folder contents before and after assigned", as
{
id: docId,
versionNum: 1,
source: "",
source: `<p>Your content goes here! Example: What is <m>1+1</m>?</p>
<answer>2</answer>`,
name: "Untitled Document",
doenetmlVersion: currentDoenetmlVersion,
},
Expand Down Expand Up @@ -4927,7 +4932,8 @@ test("activity editor data and my folder contents before and after assigned", as
{
id: docId,
versionNum: 1,
source: "",
source: `<p>Your content goes here! Example: What is <m>1+1</m>?</p>
<answer>2</answer>`,
name: "Untitled Document",
doenetmlVersion: currentDoenetmlVersion,
},
Expand Down Expand Up @@ -4974,7 +4980,8 @@ test("activity editor data and my folder contents before and after assigned", as
{
id: docId,
versionNum: 1,
source: "",
source: `<p>Your content goes here! Example: What is <m>1+1</m>?</p>
<answer>2</answer>`,
name: "Untitled Document",
doenetmlVersion: currentDoenetmlVersion,
},
Expand Down

0 comments on commit 6e70f43

Please sign in to comment.