mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fix typo
This commit is contained in:
parent
7e66039ab8
commit
89b489e6f4
@ -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"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user