mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
cleanup console.log
in tests
This commit is contained in:
parent
ac4272fd56
commit
7e66039ab8
@ -542,8 +542,6 @@ describe("data simulation mode", () => {
|
|||||||
|
|
||||||
const data = getData().values()[1];
|
const data = getData().values()[1];
|
||||||
|
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
expect(data.rt).toBeGreaterThan(0);
|
expect(data.rt).toBeGreaterThan(0);
|
||||||
expect(data.response).toBeDefined();
|
expect(data.response).toBeDefined();
|
||||||
});
|
});
|
||||||
|
@ -155,8 +155,6 @@ describe("instructions plugin simulation", () => {
|
|||||||
|
|
||||||
const data = getData().values()[0];
|
const data = getData().values()[0];
|
||||||
|
|
||||||
console.log(data.view_history);
|
|
||||||
|
|
||||||
expect(data.rt).toBe(4000);
|
expect(data.rt).toBe(4000);
|
||||||
|
|
||||||
let sum_view_history_rt = 0;
|
let sum_view_history_rt = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user