You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno.test("saving short text works", async () => {
await save("./test.wav", "Testing a basic string");
assert(await exists("./test.wav"));
});
Deno.test("saving long text also works", async () => {
await save(
"./long.wav",
"Testing a very long string. One with multiple periods and, maybe even some commas. The grammar is completely off, but that is part of the fun of the string experience. They will never know how this is set up. No one will read the tests for this module. I hope not at least.",