webamp/packages/winamp-eqf/simple.test.ts
2025-07-07 15:11:18 -07:00

3 lines
57 B
TypeScript

test("simple test", () => {
expect(1 + 1).toBe(2);
});