import { Compare, Plot } from "@tonejs/plot"; import { expect } from "chai"; import { BasicTests, testAudioContext } from "test/helper/Basic"; import { Offline } from "test/helper/Offline"; import { SCHEDULE_RAMP_AFTER_SET_TARGET } from "test/helper/Supports"; import { getContext } from "../Global"; import { Param } from "./Param"; const audioContext = getContext(); describe("Param", () => { BasicTests(Param, { param: testAudioContext.createOscillator().frequency, }); context("constructor", () => { it("can be created and disposed", async () => { await Offline(context => { const param = new Param