mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
3 lines
57 B
TypeScript
3 lines
57 B
TypeScript
test("simple test", () => {
|
|
expect(1 + 1).toBe(2);
|
|
});
|