From 61e1544b9aef7038bbbe62539192b8902d2293e9 Mon Sep 17 00:00:00 2001 From: vzhang03 Date: Fri, 21 Jun 2024 15:06:48 -0400 Subject: [PATCH] Updated final plugin test --- packages/jspsych/tests/TestPlugin.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/jspsych/tests/TestPlugin.ts b/packages/jspsych/tests/TestPlugin.ts index 6cd594685c..10f400340e 100644 --- a/packages/jspsych/tests/TestPlugin.ts +++ b/packages/jspsych/tests/TestPlugin.ts @@ -7,7 +7,9 @@ import { PromiseWrapper } from "../src/timeline/util"; export const testPluginInfo = { name: "test", + version: "0.0.1", parameters: {}, + data: {}, }; class TestPlugin implements JsPsychPlugin {