slint/api/node/__test__
Simon Hausmann 55085d43af
Fix Node.js version of memory game not working properly (#3789)
The rules require comparing if tiles are equal, which used to be a string comparison as we just
converted the image to a path. With ImageData this doesn't
work anymore, so this patch proposes an optional path
property that makes the code also a tad bit more readable.
2023-10-31 08:50:32 +01:00
..
resources
api.spec.ts node: Fix typescript setup for tests 2023-10-27 11:39:44 +02:00
compiler.spec.ts node: Fix typescript setup for tests 2023-10-27 11:39:44 +02:00
globals.spec.ts
js_value_conversion.spec.ts Fix Node.js version of memory game not working properly (#3789) 2023-10-31 08:50:32 +01:00
types.spec.ts janitor: Reformat JS types to match formatting of other files 2023-10-27 16:42:54 +02:00
window.spec.ts node: api review adjustements part I (#3766) 2023-10-26 10:02:49 +02:00