import { initJsPsych } from "jspsych";

import _globalName_ from ".";

describe("something", () => {
  it("should pass", () => {
    const jsPsych = initJsPsych();
  });
});
