mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
3 lines
57 B
JavaScript
3 lines
57 B
JavaScript
test('dummy test', () => {
|
|
expect((1 + 2)).toBe(3);
|
|
}); |