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