Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 9, 2024
1 parent b62868a commit 1142a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lookit-initjspsych/src/utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { DataCollection } from "jspsych";

import { Child, JsPsychExpData, Study } from "@lookit/data/dist/types";
import { nth } from "./errors";
import { Timeline } from "./types";
import { nth, on_data_update, on_finish } from "./utils";
import { on_data_update, on_finish } from "./utils";

delete global.window.location;
global.window = Object.create(window);
Expand Down

0 comments on commit 1142a94

Please sign in to comment.