We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a123a85 commit e4bcb80Copy full SHA for e4bcb80
test/window-integration-tests/constants.js
@@ -1,7 +1,7 @@
1
const POS_X = 50;
2
const POS_Y = 100;
3
-const WIDTH = 800;
4
-const HEIGTH = 600;
+const WIDTH = 400;
+const HEIGTH = 300;
5
const TITLE = "libnut window test";
6
7
module.exports = {
0 commit comments