UNPKG

@jspsych/new-extension

Version:

CLI tool to create new jsPsych extensions

10 lines (7 loc) 174 B
import { initJsPsych } from "jspsych"; import _globalName_ from "."; describe("something", () => { it("should pass", () => { const jsPsych = initJsPsych(); }); });