This commit is contained in:
jade 2025-01-08 11:47:50 -07:00
parent 7e66039ab8
commit 89b489e6f4

View File

@ -39,7 +39,7 @@ try {
}); });
test("citing without input and with invalid format", () => { test("citing without input and with invalid format", () => {
expect(() => jspsych.getCitations(null, "apa")).toThrow( expect(() => jspsych.getCitations(null, "apa")).toThrow(
"Expected array of plugins/extensionss" "Expected array of plugins/extensions"
); );
}); });
}); });