Skip to content

Commit

Permalink
Remove a line that I added by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Oct 12, 2024
1 parent 05d59d1 commit 9934135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jspsych/src/timeline/Trial.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ describe("Trial", () => {

// This should work:
await createTrial({ type: TestPlugin, stringArray: [] }).run();
await createTrial({ type: TestPlugin, stringArray: new TimelineVariable("a") });

// This shouldn't:
await expect(
Expand Down

0 comments on commit 9934135

Please sign in to comment.